1. edece21 Take script URLs into account when applying script content settings. by [email protected] · 14 years ago
  2. bfc2b4c Revert 109228 - ContentSettingsObserver (+ related classes) cleanup. by [email protected] · 14 years ago
  3. 6158e4f ContentSettingsObserver (+ related classes) cleanup. by [email protected] · 14 years ago
  4. 610ca83 Check for default content setting pattern when requiring user authorization for plug-ins. by [email protected] · 14 years ago
  5. 44c49c9 Move extension messages to their own file and add a RenderViewObserver to start moving the extension code out of RenderView. by [email protected] · 14 years ago
  6. fffaf97 Move the rest of the renderer->browser messages that belong in content. Also do a bunch of cleanup: by [email protected] · 14 years ago
  7. 0aed2f5 Move a bunch of renderer->browser messages to content. by [email protected] · 14 years ago
  8. 59f4f2fa Move the rest of the content browser->renderer messages to content. Also move drag related messages to their own file. by [email protected] · 14 years ago
  9. 5572215 Move some more renderer messages to content. Also move a couple of files which should have been moved.TBR=tsepez by [email protected] · 14 years ago
  10. 778574e Create a new message file for view related messages. I just moved a few messages initially. by [email protected] · 14 years ago
  11. f07aabb Support for '--force-compositing-mode', see WebKit bug 56156 by [email protected] · 14 years ago
  12. 4460ee5 Move audio messages to their own file. by [email protected] · 14 years ago
  13. e93e04e Move AppCache common code to content and split off AppCache messages into their own file. Also move WebMessagePortChannel and WebDatabaseObserverImpl to content. by [email protected] · 14 years ago
  14. db10d8f Move the blob related code to content, and also move the blob messages to their own file. by [email protected] · 14 years ago
  15. d5a0483 Quick CL to get rid of render_messages_internal.h, since render_messages.h itself is by [email protected] · 14 years ago
  16. 50285ff Remove Gears from Chrome. by [email protected] · 14 years ago
  17. 415c2cd Move some chrome\common code to content in preparation for moving chrome\gpu. by [email protected] · 14 years ago
  18. d6d8f71 Move GPU messages to content. I've also switched the IPC structs to use the new IPC macros that generate serialization code. by [email protected] · 14 years ago
  19. 932b7a1 Make View frame source work for POST results. by [email protected] · 14 years ago
  20. 8368e3c Browser accessibility improvements so that screen readers can access more by [email protected] · 14 years ago
  21. a8f1eaa Add command line switches and about:flag to enable FPS indicator and compositor layer tree. by [email protected] · 14 years ago
  22. 94dc971d Move resource related IPCs to their own file in content. I added a IPC_STRUCT_TRAITS_PARENT macro to allow the automatic serializing macros to add a parent struct. by [email protected] · 14 years ago
  23. 75b61bdaf Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. by [email protected] · 14 years ago
  24. 542258c Give a helpful warning message if a url patern contains a port. by [email protected] · 14 years ago
  25. cbe89c9 Get rid of the extension dependency in ResourceDispatcher by calling out to a webkit_glue function that can update the peer. No point sending the boolean flag from the browser since the same check is done in the renderer. by [email protected] · 14 years ago
  26. 7657a47 Revert 76631 because it causes fullscreen layout tests to timeout on linux by [email protected] · 14 years ago
  27. 15e9adfc Re-applying r76324, which was reverted during a WebKit rollback. by [email protected] · 14 years ago
  28. 8ab0c32 Revert 76324 - Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. by [email protected] · 14 years ago
  29. 2a57a88d Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. by [email protected] · 14 years ago
  30. ceb5362 This patch adds the necessary plumbing to Chromium to support a command-line flag for turning on composite-to-texture behaviour. This will facilitate running GPU tests against both composite-to-display and composite-to-texture. by [email protected] · 15 years ago
  31. 6d81b48 Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNavigate. by [email protected] · 15 years ago
  32. f7f7d27a Add commandline flag --disable-gl-multisampling and hook it up with WebGL to turn off multisampling. by [email protected] · 15 years ago
  33. d98dfa0 Extend Mac popup to handle more directionality. by [email protected] · 15 years ago
  34. 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 15 years ago
  35. b29aa74b Pepper/Flapper: First pass at context menu implementation. by [email protected] · 15 years ago
  36. 19d6e1e8 Move AutoFill messages into a separate file. by [email protected] · 15 years ago
  37. f055793 Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*. by [email protected] · 15 years ago
  38. 8df5119 Re-land http://codereview.chromium.org/6339004 which was reverted by [email protected] · 15 years ago
  39. b8dc182b Revert 72261 - Add run-time enable support for the web audio API by [email protected] · 15 years ago
  40. a4f4692 Add run-time enable support for the web audio API by [email protected] · 15 years ago
  41. ca97f30 If user had consented for metrics reporting, send speech input request origin to the server. by [email protected] · 15 years ago
  42. 0422796 * Add WebPreference::interactive_form_validation_enabled by [email protected] · 15 years ago
  43. 8bd0fe6 Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. by [email protected] · 15 years ago
  44. 5d6fe75 Add --enable-accelerated-plugins flag to enable compositing for plugins, separately from the rest. by [email protected] · 15 years ago
  45. e38b0052 Turn gpu acceleration of video (CSC and scaling) on by default. <video> elements will by [email protected] · 15 years ago
  46. 1b4209f Private Pepper extension for Flapper to allow TCP connections to be made by [email protected] · 15 years ago
  47. 191eb3f7 Re-land earlier patch that moves the NPAPI implementation from webkit/glue/plugins to webkit/plugins/npapi by [email protected] · 15 years ago
  48. c85b0ba Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" by [email protected] · 15 years ago
  49. b6badfa Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" by [email protected] · 15 years ago
  50. e0e75f6 Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put by [email protected] · 15 years ago
  51. b692a128 Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put by [email protected] · 15 years ago
  52. 61e78f1 Make PepperFileMessageFilter be a BrowserMessageFilter. by [email protected] · 15 years ago
  53. 2ba871b Make IndexedDBDispatcherHost be a message filter and move its messages into a separate file. by [email protected] · 15 years ago
  54. 21fa3a1 ipc: Simplify the magic required to create IPC message headers.This gets rid of having to include the files in a magic place because of xcode dependency issues, and just makes it simpler to create new IPC message classes. It also gets rid of including the X_messages_internal.h file multiple times, which simplifies things and should make the build a little faster. by [email protected] · 15 years ago
  55. 96ccc7e Adding a new command line flag (--enable-accelerated-layers) for turning by [email protected] · 15 years ago
  56. 3bb80e4 Once a form has been partially autofilled, autofill should only update fields one at a time. by [email protected] · 15 years ago
  57. ed5d53a Autofill: Prefer maxLength to size attribute for form filling heuristics. by [email protected] · 15 years ago
  58. 5e073c7 Expose WebKit frame flattening setting in WebPreferences. by [email protected] · 15 years ago
  59. 54e981d2 DevTools: provide response code and status text as a part of raw headers data. by [email protected] · 15 years ago
  60. 38789d8 Revert "Revert "Implement web app definition parsing."" by [email protected] · 15 years ago
  61. d978840 Revert "Implement web app definition parsing." by [email protected] · 15 years ago
  62. 1631f7c Implement web app definition parsing. by [email protected] · 15 years ago
  63. c4734d4 Add ability to parse multiple recognition results and send them to WebKit. by [email protected] · 15 years ago
  64. 11351c1 Allow URLPatterns to omit trailing slash. by [email protected] · 15 years ago
  65. 049eec2 FBTF: Move BlobData ParamTrait structs from common_param_traits to render_messages. by [email protected] · 15 years ago
  66. 45afd9a Support sync file io for pepper, to support LSOs by [email protected] · 15 years ago
  67. b4b3a91 FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: . by [email protected] · 15 years ago
  68. ccd08f3 Enable hyperlink auditing by default, and allow disabling with the command line flag '--no-pings'. by [email protected] · 15 years ago
  69. 5c86ecf Add AudioBuffersState struct. Use it for audio synchronization. by [email protected] · 15 years ago
  70. 52ebf2b Removes indexed_db_param_traits.h depedencies on WebKit headers. by [email protected] · 15 years ago
  71. 4bce24e Added GPU stat for whether a GPU can report context lost. by [email protected] · 15 years ago
  72. a2b74488 Add html node info (tag name, attributes, and computed display) and document by [email protected] · 15 years ago
  73. 22339b1 Support sending BlobData to browser process. Also support sending UploadData by [email protected] · 15 years ago
  74. 245bed0b Revert 57327 - Re-landing. Add html node info (tag name, attributes, and computed display) by [email protected] · 15 years ago
  75. b56705d Re-landing. Add html node info (tag name, attributes, and computed display) by [email protected] · 15 years ago
  76. 939856a FBTF: Move individual XXXMsg_Params structs to a new file. by [email protected] · 15 years ago
  77. 7e6cf06d Revert 57188 - Add html node info (tag name, attributes, and computed display) and document by [email protected] · 15 years ago
  78. bb872ba6 Add html node info (tag name, attributes, and computed display) and document by [email protected] · 15 years ago
  79. 252cad6 Remove all wstrings from the IPC logging subsystem. by [email protected] · 15 years ago
  80. 67a78516 Adds IDBKeyPath parser / extractor, and provides a mechanism to call it sandboxed. by [email protected] · 15 years ago
  81. 7a4de7a6 Reapplies all the IPC system work (reverts the revert r56272). by [email protected] · 15 years ago
  82. 0cfe5dae Completely revert all my IPC work to see if this was what regressed the page cycler. by [email protected] · 15 years ago
  83. 996e88a5 FBTF: Remove all the easy headers from *_messages.h. by [email protected] · 15 years ago
  84. 1c99edc Reapplies r55735, fixing some message code that was checked in that I collided with. by [email protected] · 15 years ago
  85. 13d49ea Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." by [email protected] · 15 years ago
  86. ef85bbe FBTF: Allow forward declaration of classes passed to sync IPC messages. by [email protected] · 15 years ago
  87. 6edce23 FBTF: Reapplies r55259, the first new IPC definition patch. by [email protected] · 15 years ago
  88. 071b4b9 Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by [email protected] · 15 years ago
  89. c5406e5c FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by [email protected] · 15 years ago
  90. f91cb99 Commit just the changes to make creating new IPC channel types easier. by [email protected] · 17 years ago
  91. 1e82fb0 Check in the files that were deleted but not readded in my revert (forgot to do so after doing the reverse patch). by [email protected] · 17 years ago
  92. 39b7b067 Make it easier/less work/less error-prone to create new IPC channel types (i.e. renderer/plugin).Instead of having each message file include the internal one several times with different ifdefs, move that logic to ipc_message_macros.h. Also make the message class starting IDs come from an enum to ensure we don't use a value twice. I simplified the logging code a bit so we don't need X_messages.cc files.Clean up places that we were doing manual packing/unpacking. Most of this was in the automation code. I added a few new template functions to make it convenient to read the parameters from a message, and updated the code to use them.I also removed unnecessary includes of render/plugin_messages.h from headers to speed up compiling.I moved the traits of IPC structs beside the struct definition to make it more apparent what's going on, so we avoid people modifying the struct and forgetting to update the traits.Amit: please look at chrome/test/automation/tab_proxy.ccMarc-Antoine: chrome/browser/printing/*Matt: the rest by [email protected] · 17 years ago
  93. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  94. 09911bf Add chrome to the repository. by initial.commit · 17 years ago