1. 4fdb3cc These targets were causing files to have the same output target, which ninja (reasonably) does not like. by [email protected] · 13 years ago
  2. 5615ebd Speculatively disable remaining FileSystemURLRequestJobTest tests. by [email protected] · 13 years ago
  3. bec363c Ref-count VideoRendererBase instead of blindly hoping it outlives the decoder's tasks. by [email protected] · 13 years ago
  4. 182bdf0 Add a 'version' parameter to SpellingServiceClient::RequestTextCheck(). by [email protected] · 13 years ago
  5. 98722be5 CreateProcessAsUser requires the token handle to have TOKEN_DUPLICATE access. by [email protected] · 13 years ago
  6. d82453cb include <iterator>, fixes build for non-pch on vs2010 by [email protected] · 13 years ago
  7. 6f327f82 Revert 131175 - Ctrl-o fix for hosted files. by [email protected] · 13 years ago
  8. c32b0c2c Disable image transport surface on AMD's dynamic switchable graphics. by [email protected] · 13 years ago
  9. 573889f2 Reland r131019: Move most TemplateURL data members to a new struct, TemplateURLData. This allows us to eliminate the TemplateURL NULL constructor, most public non-const TemplateURL functions, and most TemplateURL friend declarations. by [email protected] · 13 years ago
  10. 7d8b707 Apps that get updated from the Webstore should be considered WebStore apps. by [email protected] · 13 years ago
  11. 5211222 Post task to show the extension uninstall dialog a little later. by [email protected] · 13 years ago
  12. 328ce55f Remove WAYLAND port by [email protected] · 13 years ago
  13. 9d7a49d Convert the RedirectTest ui_tests to browser_tests, and renabled two of the disabled ones. Removed all the loop/waiting on timeout. by [email protected] · 13 years ago
  14. 7bfc592e Require that platform apps use manifest_version 2. by [email protected] · 13 years ago
  15. 68dcb1f Hanlde long attribute name mapping in bindAttribLocation. by [email protected] · 13 years ago
  16. 3ab6127 PPAPI: Refactor ppapi test callbacks to ease testing blocking callbacks. by [email protected] · 13 years ago
  17. 4af886ca Convert IFrameTest from ui_test to browser_test. Also delete animating gif ui_test. This stuff is tested in WebKit, and if it crashes in the field we'll get crash dumps. by [email protected] · 13 years ago
  18. 95879f1 Make sure app bundles can be installed from incognito windows. by [email protected] · 13 years ago
  19. 42fc79f Remove excessive logging in Virtual Print Driver by [email protected] · 13 years ago
  20. 472f3378 Disable FileSystemURLRequestJobTest.FileTest. It's crashing the Vista Canary by [email protected] · 13 years ago
  21. 4281f27c Turn SPDY NetLog Source references into links on about:net-internals. by [email protected] · 13 years ago
  22. 4fc6ea91 Clarify possible states in FFmpegDemuxerStream::Read(). by [email protected] · 13 years ago
  23. e2ae1f7 GTK Panels fix for height glitch after opening. by [email protected] · 13 years ago
  24. 90c96b78 views/infobars: Convert users of deprecated GetBitmapNamed() to GetImageNamed(). by [email protected] · 13 years ago
  25. de1fcdd Fixing PrerenderBrowserTest.PrerenderHTML5VideoNetwork test to test for stalled event. by [email protected] · 13 years ago
  26. 45d83a1 Fragment navigation should update NavigationState, but not DocumentState. by [email protected] · 13 years ago
  27. 03fb2fc Fixes crash if a system modal window was shown while the lock screen by [email protected] · 13 years ago
  28. 86b0099 Set the frame style in metro mode to custom. by [email protected] · 13 years ago
  29. 80e4cfa0 Delete renderbuffers when no longer referenced by [email protected] · 13 years ago
  30. 646e1555 Reorder nacl_process_host functions. by [email protected] · 13 years ago
  31. 174391e Add oweplorer-10519.dll through 10523 to troublesome DLLs. by [email protected] · 13 years ago
  32. f4f2c3e JavaScript style fixups in flags.js by [email protected] · 13 years ago
  33. 5eefa00 chromeos: No icon shadow for slow boards. by [email protected] · 13 years ago
  34. 110e2ab Valgrind: Suppress an occasional leak in setlocale() and more webkit leaks. by [email protected] · 13 years ago
  35. 9aa11d8b Add a separate Notification constructor to differentiate between text and HTML notifications. by [email protected] · 13 years ago
  36. a03ceecb Ash: Fix blurry newtab button by [email protected] · 13 years ago
  37. 1f401a5 Initial stab at an "Endurance" test for IndexedDB by [email protected] · 13 years ago
  38. 2115d6c Fix the build error on Android by [email protected] · 13 years ago
  39. f19c06a Exclude ManagedMode from android build. by [email protected] · 13 years ago
  40. 0786b97 JS style nits: plugins.js by [email protected] · 13 years ago
  41. 6a90613 Attempt to disable nacl_newlib.run_inbrowser_test_runner on NACL Tests (x64), a Win bot. by [email protected] · 13 years ago
  42. 68853068 Convert FastShutdown to a browser_test and enable it in the process. by [email protected] · 13 years ago
  43. 8ffa9279 Valgrind: Suppress a bunch of WebGL-related memory leaks. Also suppress leaks in libflashplayer.so by [email protected] · 13 years ago
  44. acfce00 Show ServerBoundCerts in site data viewer. by [email protected] · 13 years ago
  45. 1345c56 aura: Change shared context to be offscreen for arm by [email protected] · 13 years ago
  46. 776ce72 HTTP Pipelining: Log headers with the URL_REQUEST for easier debugging. by [email protected] · 13 years ago
  47. 7ae20dd9 Ctrl-o fix for hosted files. by [email protected] · 13 years ago
  48. 579222d0 Close profile menu on pressing escape by [email protected] · 13 years ago
  49. 86cea38 gdata: Fix a bug where pinned-and-cached files could not be opened off-line by [email protected] · 13 years ago
  50. 5f352e8 Remove dead file. This file is no longer compiled in as of r124125. by [email protected] · 13 years ago
  51. 4160ad6 Force deletion of test_shell's RequestProxy on the IO thread. by [email protected] · 13 years ago
  52. 3bf5808 ash: Show 'calculating' when the battery time is still being computed, instead of showing incorrect time. by [email protected] · 13 years ago
  53. ef05a08 Don't compile browser/sync/glue/theme_util.cc when enable_themes is false. by [email protected] · 13 years ago
  54. 8e0c0128 Implement sql::Connection::Raze() in terms of sqlite3_backup API. by [email protected] · 13 years ago
  55. 2781409 Adding extraction of is_calculating_battery_time field from protobuf by [email protected] · 13 years ago
  56. f5fc8ce Make sure the post install UI hooks are triggered properly when installing CRXs. by [email protected] · 13 years ago
  57. 43f1b70 ash: Show newly created browser window for app options. by [email protected] · 13 years ago
  58. 2e1a4a8 Win 8 Start Menu shortcut changes by [email protected] · 13 years ago
  59. 4d3ec0f Aura/ash split: Do various things to Linux aura root windows. by [email protected] · 13 years ago
  60. 8df01f3 Use FILES.cfg for Windows symbols on chromium builds. by [email protected] · 13 years ago
  61. 95069bb8 Clean up daemon DOM. BUG=121148 TEST=Manual by [email protected] · 13 years ago
  62. 9e0ef858 Revert 131019 - This caused memory tests to fail on all the perf bots. by [email protected] · 13 years ago
  63. 7c97092 ENABLE_NEW_DOM_STORAGE_BACKEND by [email protected] · 13 years ago
  64. 6929db6 Don't show the fullscreen bubble if we didn't actually go fullscreen. by [email protected] · 13 years ago
  65. dad095ff Update .DEPS.git by [email protected] · 13 years ago
  66. 1b21b45 NaCl: Update revision in DEPS, r8144 -> r8184 by [email protected] · 13 years ago
  67. b1ee0ec Aura/ash split: Hopefully get linux_aura green trybot. by [email protected] · 13 years ago
  68. 36ab69d Simplify Logic in SwapInPrerender. by [email protected] · 13 years ago
  69. 919d0fe Adding android mediaplayer implementation to chromium by [email protected] · 13 years ago
  70. 8d36db21 [NaCl SDK] Make sure the sdk_updater checks certs. by [email protected] · 13 years ago
  71. eff417f ash: Make ShelfAutoHideMenu command id unique. by [email protected] · 13 years ago
  72. 2f63b2405 Load every testcase of BrowserEncodingTest.TestEncodingAliasMapping in a new tab to avoid the race condition where the previous encoding is seen. by [email protected] · 13 years ago
  73. c9f49fb Suppress system and ieframe.dll leaks for DrMemory. by [email protected] · 13 years ago
  74. 980060c Move host registration code to the HostController class. by [email protected] · 13 years ago
  75. 2c75400a Reverting again ... More crashes, and the instrumentation did not appear to help by [email protected] · 13 years ago
  76. 7429426 Made disabled tests work again. by [email protected] · 13 years ago
  77. c5b4176 Update .DEPS.git by [email protected] · 13 years ago
  78. d45b1fa NaCl: Update revision in DEPS, r8134 -> r8144 by [email protected] · 13 years ago
  79. 27997077 Mark LocaleTestsDa.TestStart FAILS_ on OS_CHROMEOS. by [email protected] · 13 years ago
  80. 1b03d6b views: Misc comments clean ups in CustomFrameView. by [email protected] · 13 years ago
  81. ef9bba1 Make ExtensionPrefValueMap a ProfileKeyedService. by [email protected] · 13 years ago
  82. efdb7e7 Revert 131132 - Turn on TabContentsViewAura by default. by [email protected] · 13 years ago
  83. 9a4b85a97 Convert MultipartResponse ui_test to a browser_test. by [email protected] · 13 years ago
  84. 5961c77e views: Create crypto dialog with Widget::CreateWindow() function. by [email protected] · 13 years ago
  85. cf7e3d8 Turn on TabContentsViewAura by default. by [email protected] · 13 years ago
  86. 0f47780 Fixing grid view checkboxes. by [email protected] · 13 years ago
  87. 77c281ee Enable setting the CommandBufferProxy of WebGraphicsContext3DCommandBufferImpl by [email protected] · 13 years ago
  88. 7c52ed9 Track URLRequestContext references in a set. by [email protected] · 13 years ago
  89. b850f2d aura gesture recognizer: Address a missed nit from an earlier review. by [email protected] · 13 years ago
  90. e6f1aa4 Do not run ProcessUtilTest.MacMallocFailureDoesNotTerminate under ASan. by [email protected] · 13 years ago
  91. 1693634 Fixed deps. by [email protected] · 13 years ago
  92. 9bc734f Fallback to a prepopulated search engine if there is not default search engine after keywords are loaded. by [email protected] · 13 years ago
  93. 0b1c5283 Fix color chooser ending on page load. by [email protected] · 13 years ago
  94. 0cd3993 Updating trunk VERSION from 1093.0 to 1094.0 by [email protected] · 13 years ago
  95. aa9bc88 [cros] Fix broken tab order on login screen. by [email protected] · 13 years ago
  96. a51ca000 Remove unused code and exclude unused files on Chrome OS too. by [email protected] · 13 years ago
  97. 5e18b55f Use Windows scopers in platform_font_win.cc and add a ScopedSetMapMode class. by [email protected] · 13 years ago
  98. 96c5c56c TaskManager: Replace the string "Page" with "Task" by [email protected] · 13 years ago
  99. c143d89 [net/dns] Remove Job leak when HostResolverImpl is deleted during Abort callback. by [email protected] · 13 years ago
  100. 13169ab Convert UserStyleSheetWatcher to a ProfileKeyedService. by [email protected] · 13 years ago