1. 80e2032e Revert 171234. Broke test_shell_tests on WebKit Mac Canaries. by [email protected] · 13 years ago
  2. fd36e4ed Inline ppb_graphics_2d_impl to the host. by [email protected] · 13 years ago
  3. 24a369f Fix crash in JavaBridgeDispatcher::OnAddNamedObject. by [email protected] · 13 years ago
  4. 678c036 Add content/browser/loader/ for resource loading related classes. by [email protected] · 13 years ago
  5. 6d17f639 Add a gyp flag to allow removing dependency on ppapi. by [email protected] · 13 years ago
  6. 4f01c76 Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code: by [email protected] · 13 years ago
  7. 7c76331 Fix unwanted mouse move on pointer unlock. by [email protected] · 13 years ago
  8. 640e303c app.window: Replace linear view search with direct lookup. by [email protected] · 13 years ago
  9. b5ec90e Rename test_support_ash and test_support_aura. by [email protected] · 13 years ago
  10. 2432c058 The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. Calls for both these interfaces are now made directly to the browser. This removes the in-process implementation for these interfaces also (as they are flash-only). Tests are added for PPB_Flash_File_ModuleLocal. by [email protected] · 13 years ago
  11. 2908f2ce [Android] Implement WebSettings.setAppCache{Enabled|Path} by [email protected] · 13 years ago
  12. 383ca80 Temporarily CHECK that the swappedout:// URL isn't sent to the browser process. by [email protected] · 13 years ago
  13. adf7cd5 PPAPI: Hook up Browser resource host stuff for NaCl by [email protected] · 13 years ago
  14. dffd2b7 Added a basic WebRTC peerconnection browser test with video verification. by [email protected] · 13 years ago
  15. 882db44 Run Chrome OS accessibility histograms on main thread. by [email protected] · 13 years ago
  16. 4352f70 [android_webview] Fix crash in ContentViewCore/ContentSettings. by [email protected] · 13 years ago
  17. 55d66a5 Don't issue any extra geometry for the IOSurface leak workaround by [email protected] · 13 years ago
  18. 86006905 Add waitUntilHasValue() to simplify usage. by [email protected] · 13 years ago
  19. fc88c1e Revert 170701 since the WebKit change has now been rolled in again. by [email protected] · 13 years ago
  20. 5ff11135 Associate audio streams with their source/destination RenderView. by [email protected] · 13 years ago
  21. a9f2a621 Refactor 3 PPB_Flash functions to the new resource model. by [email protected] · 13 years ago
  22. f7fca3e9 Revert an occasional change of Trap to UnsafeTrap by [email protected] · 13 years ago
  23. 78965e9 Goal: Provide browser-wide audio mirroring for the TabCapture API. by [email protected] · 13 years ago
  24. e93b70cc events: Change gesture-event handler in EventHandler to not return any values. by [email protected] · 13 years ago
  25. 1940c4e cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref. by [email protected] · 13 years ago
  26. 4c0f86e Fix the sandbox to actually allow __NR_sched_getaffinity under ASan. by [email protected] · 13 years ago
  27. 4e29afd Use skia::RefPtr in place of manual ref-counting for Skia types. by [email protected] · 13 years ago
  28. 4785ac5f Revert 170866 by [email protected] · 13 years ago
  29. 0697261 Browser Plugin: Update DOM Node attributes when properties are updated by [email protected] · 13 years ago
  30. bca15907 cc: Add CompositorFrame class with IPC param traits for it by [email protected] · 13 years ago
  31. 473ef7d Fix Graphics2D in NaCl. by [email protected] · 13 years ago
  32. c30ad9af Allow ASanified Chrome to use sched_getaffinity by [email protected] · 13 years ago
  33. 75a4734 Avoid attaching SurfaceTexture to GL context repeatedly by [email protected] · 13 years ago
  34. c8ce6c6 Experimental: Fix HasWrongProcessForURL in --site-per-process mode. by [email protected] · 13 years ago
  35. baaf184 Do not stale cached position in GeolocationProvider::AddObserver. by [email protected] · 13 years ago
  36. 8943015 Re-land: Add Chrome OS accessibility histograms. by [email protected] · 13 years ago
  37. d9c747af Migrate the Android compositor to cc::Layer classes. by [email protected] · 13 years ago
  38. a15533a Update screen rects when showing an infobar. by [email protected] · 13 years ago
  39. 058561b RenderViewImpl::FromRoutingID: Use a global Routing ID map to lookup RenderViews by [email protected] · 13 years ago
  40. 9469fc0 Revert 170668 by [email protected] · 13 years ago
  41. 054bd9d Revert 165866 by [email protected] · 13 years ago
  42. ed8a49a0 Revert 170694 (requested by acleung on irc, breaks content tests on linux) by [email protected] · 13 years ago
  43. eae816a2 Revert 170590 by [email protected] · 13 years ago
  44. d68b9a1 Make sure Java Bridge cleans up all stub object it creates. by [email protected] · 13 years ago
  45. 14f843ea Remove the flag for the Speech API and turn it on by default. by [email protected] · 13 years ago
  46. c0cd970 Update the Speech Api to support array(s) of result items by [email protected] · 13 years ago
  47. 877f63f cc: Add experimental --num-raster-threads option. by [email protected] · 13 years ago
  48. df9da553 Enable Stage3D on Chrome OS by [email protected] · 13 years ago
  49. 6c7523a Don't shutdown render "process" in single process mode by [email protected] · 13 years ago
  50. 7212358f Adding tracing to measure synthetic smooth scrolling correctness by [email protected] · 13 years ago
  51. df00bfd Enable Pepper threading on canary. by [email protected] · 13 years ago
  52. fe90db72 Browser Plugin: Only update src attribute on top-level navigations by [email protected] · 13 years ago
  53. 3f8dddb Aura: Fix poster circle resize on Alex. by [email protected] · 13 years ago
  54. 97e3f850 Add Chrome OS accessibility histograms. by [email protected] · 13 years ago
  55. 0702fc7c Let content_unittests almost build with the components build on android by [email protected] · 13 years ago
  56. 1274aaf8 Fix crash on win_aura buildbot because a RootWindow was getting multiple AddRootWindowObserver calls for the same window. The issue is that the observer wasn't unregistering itself at destruction. If another one happened to be created at the same memory address, then this check would trigger. by [email protected] · 13 years ago
  57. edadf15 Add gestureFlingStart to gestures that can cancel a deferred tapDown by [email protected] · 13 years ago
  58. f424a05 [Android] Remove onUrlStarChanged method from WebContentsDelegateAndroid. by [email protected] · 13 years ago
  59. e3224f1b Messages needed for webview compositor communication. by [email protected] · 13 years ago
  60. 4938a16 events: Allow retrieving the current event being dispatched from EventDispatcher. by [email protected] · 13 years ago
  61. 4e04e99 Revert 170550 - Revert 170477 - Removes the |event| parameter from ActivationDelegate::ShouldActivate and makes the method const. by [email protected] · 13 years ago
  62. 8b6f277 Do DXVA pre-sandbox initialization off the main thread. by [email protected] · 13 years ago
  63. e82fe1d6 Create a ContentVideoViewDelegate.java by [email protected] · 13 years ago
  64. 8969bb3f Use textInputInfo instead of textInputType in getTextInputType by [email protected] · 13 years ago
  65. 62ba64f Revert 170477 - Removes the |event| parameter from ActivationDelegate::ShouldActivate and makes the method const. by [email protected] · 13 years ago
  66. c5926242 Only consume a user gesture if we actually create a view by [email protected] · 13 years ago
  67. 513b7e3 Make MaybeCompleteDownload private. by [email protected] · 13 years ago
  68. aec331e Browser Plugin: Simplify BrowserPluginPropertyBinding by [email protected] · 13 years ago
  69. 36193fcf Implement input type=color for android by [email protected] · 13 years ago
  70. 6902394 gpu: Add async upload functions. by [email protected] · 13 years ago
  71. 9c481fa Order the GL overlays above windows if possible. by [email protected] · 13 years ago
  72. 4b0a478 Adding first WebRTC browser test. by [email protected] · 13 years ago
  73. c9c8421 Removes the |event| parameter from ActivationDelegate::ShouldActivate and makes the method const. by [email protected] · 13 years ago
  74. 915c4ec Move RenderStats enumeration out of gpu_benchmarking_extension. by [email protected] · 13 years ago
  75. 09fd86eb Remove old transaction() call, proxies, and messages. by [email protected] · 13 years ago
  76. 0503da2b Revert 170451 - [content shell] add support for testRunner.canOpenWindows and disallow opening windows per default for layout tests by [email protected] · 13 years ago
  77. 3786bdb Subclassable TestCallbackHelperContainer constructor for tests. by [email protected] · 13 years ago
  78. 8a3d9ce intents: Kill deprecated SendReplyMessage method. by [email protected] · 13 years ago
  79. 2244953a [content shell] add support for testRunner.canOpenWindows and disallow opening windows per default for layout tests by [email protected] · 13 years ago
  80. 90984b0 Cleanup: use MockGeolocationArbitrator to test GeolocationProvider by [email protected] · 13 years ago
  81. 324825d [content shell] add support for a testRunner.setXSSAuditorEnabled by [email protected] · 13 years ago
  82. 2b15ee2 Quota calculation is wrong in cross-filesystem operation by [email protected] · 13 years ago
  83. 6ae19a8 content: No need to include gtest_prod.h in web_ui_message_handler.h by [email protected] · 13 years ago
  84. 47ebb0e Encrypted Media: No NeedKey if --enable-encrypted-media is not set. by [email protected] · 13 years ago
  85. 06a6e39 Don't delay tap down(show_press) gesture events on gesture_event_filter by [email protected] · 13 years ago
  86. 670d326 Handle the 'enter' key with the action 'ACTION_DOWN' by [email protected] · 13 years ago
  87. 477cdbcb Reenable some idb layout tests to run in content_shell by [email protected] · 13 years ago
  88. 26fb775 Browser Plugin: Add OWNERS by [email protected] · 13 years ago
  89. 5c999a9 Expose onScaleChanged for webview by [email protected] · 13 years ago
  90. b2136f1 Fix naming of one accelerated compositing stat used in benchmarking by [email protected] · 13 years ago
  91. 50776f7 gpu: don't try to discard/recreate backbuffer while draws are deferred. by [email protected] · 13 years ago
  92. 35e0e079 Fix case where event page would not unload after navigating away from an by [email protected] · 13 years ago
  93. 3d2fd59 Save default constructing ViewMsg_Navigate_Params by [email protected] · 13 years ago
  94. e837081 vda_unittest: skip H264 NALUs until first SPS by [email protected] · 13 years ago
  95. 05c4cb44 Ensure that the Tab key when pressed on the web page in chrome ASH on Windows 8 cycles focus through all fields on the page. by [email protected] · 13 years ago
  96. 5eb008a Avoid actual MakeCurrent() calls with virtual contexts. by [email protected] · 13 years ago
  97. 31583a9d CrOS: Add hotkey for disabling the GPU watchdog timer. by [email protected] · 13 years ago
  98. 3d5c243b Change the InputEventAck codepath to use a tri-state-enum instead of a boolean by [email protected] · 13 years ago
  99. 8350f16f Move gl_bindings_skia_cmd_buffer into webkit_gpu and make the latter a component by [email protected] · 13 years ago
  100. 22ebaca Make sure that DevToolsHttpHandlerImpl is always destroyed on the UI thread. by [email protected] · 13 years ago