- edece21 Take script URLs into account when applying script content settings. by [email protected] · 14 years ago
- bfc2b4c Revert 109228 - ContentSettingsObserver (+ related classes) cleanup. by [email protected] · 14 years ago
- 6158e4f ContentSettingsObserver (+ related classes) cleanup. by [email protected] · 14 years ago
- 610ca83 Check for default content setting pattern when requiring user authorization for plug-ins. by [email protected] · 14 years ago
- 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
- 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
- 0aed2f5 Move a bunch of renderer->browser messages to content. by [email protected] · 14 years ago
- 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
- 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
- 778574e Create a new message file for view related messages. I just moved a few messages initially. by [email protected] · 14 years ago
- f07aabb Support for '--force-compositing-mode', see WebKit bug 56156 by [email protected] · 14 years ago
- 4460ee5 Move audio messages to their own file. by [email protected] · 14 years ago
- 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
- db10d8f Move the blob related code to content, and also move the blob messages to their own file. by [email protected] · 14 years ago
- d5a0483 Quick CL to get rid of render_messages_internal.h, since render_messages.h itself is by [email protected] · 14 years ago
- 50285ff Remove Gears from Chrome. by [email protected] · 14 years ago
- 415c2cd Move some chrome\common code to content in preparation for moving chrome\gpu. by [email protected] · 14 years ago
- 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
- 932b7a1 Make View frame source work for POST results. by [email protected] · 14 years ago
- 8368e3c Browser accessibility improvements so that screen readers can access more by [email protected] · 14 years ago
- a8f1eaa Add command line switches and about:flag to enable FPS indicator and compositor layer tree. by [email protected] · 14 years ago
- 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
- 75b61bdaf Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. by [email protected] · 14 years ago
- 542258c Give a helpful warning message if a url patern contains a port. by [email protected] · 14 years ago
- 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
- 7657a47 Revert 76631 because it causes fullscreen layout tests to timeout on linux by [email protected] · 14 years ago
- 15e9adfc Re-applying r76324, which was reverted during a WebKit rollback. by [email protected] · 14 years ago
- 8ab0c32 Revert 76324 - Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. by [email protected] · 14 years ago
- 2a57a88d Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. by [email protected] · 14 years ago
- 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
- 6d81b48 Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNavigate. by [email protected] · 15 years ago
- f7f7d27a Add commandline flag --disable-gl-multisampling and hook it up with WebGL to turn off multisampling. by [email protected] · 15 years ago
- d98dfa0 Extend Mac popup to handle more directionality. by [email protected] · 15 years ago
- 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 15 years ago
- b29aa74b Pepper/Flapper: First pass at context menu implementation. by [email protected] · 15 years ago
- 19d6e1e8 Move AutoFill messages into a separate file. by [email protected] · 15 years ago
- f055793 Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*. by [email protected] · 15 years ago
- 8df5119 Re-land http://codereview.chromium.org/6339004 which was reverted by [email protected] · 15 years ago
- b8dc182b Revert 72261 - Add run-time enable support for the web audio API by [email protected] · 15 years ago
- a4f4692 Add run-time enable support for the web audio API by [email protected] · 15 years ago
- ca97f30 If user had consented for metrics reporting, send speech input request origin to the server. by [email protected] · 15 years ago
- 0422796 * Add WebPreference::interactive_form_validation_enabled by [email protected] · 15 years ago
- 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
- 5d6fe75 Add --enable-accelerated-plugins flag to enable compositing for plugins, separately from the rest. by [email protected] · 15 years ago
- e38b0052 Turn gpu acceleration of video (CSC and scaling) on by default. <video> elements will by [email protected] · 15 years ago
- 1b4209f Private Pepper extension for Flapper to allow TCP connections to be made by [email protected] · 15 years ago
- 191eb3f7 Re-land earlier patch that moves the NPAPI implementation from webkit/glue/plugins to webkit/plugins/npapi by [email protected] · 15 years ago
- c85b0ba Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" by [email protected] · 15 years ago
- b6badfa Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" by [email protected] · 15 years ago
- e0e75f6 Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put by [email protected] · 15 years ago
- b692a128 Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put by [email protected] · 15 years ago
- 61e78f1 Make PepperFileMessageFilter be a BrowserMessageFilter. by [email protected] · 15 years ago
- 2ba871b Make IndexedDBDispatcherHost be a message filter and move its messages into a separate file. by [email protected] · 15 years ago
- 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
- 96ccc7e Adding a new command line flag (--enable-accelerated-layers) for turning by [email protected] · 15 years ago
- 3bb80e4 Once a form has been partially autofilled, autofill should only update fields one at a time. by [email protected] · 15 years ago
- ed5d53a Autofill: Prefer maxLength to size attribute for form filling heuristics. by [email protected] · 15 years ago
- 5e073c7 Expose WebKit frame flattening setting in WebPreferences. by [email protected] · 15 years ago
- 54e981d2 DevTools: provide response code and status text as a part of raw headers data. by [email protected] · 15 years ago
- 38789d8 Revert "Revert "Implement web app definition parsing."" by [email protected] · 15 years ago
- d978840 Revert "Implement web app definition parsing." by [email protected] · 15 years ago
- 1631f7c Implement web app definition parsing. by [email protected] · 15 years ago
- c4734d4 Add ability to parse multiple recognition results and send them to WebKit. by [email protected] · 15 years ago
- 11351c1 Allow URLPatterns to omit trailing slash. by [email protected] · 15 years ago
- 049eec2 FBTF: Move BlobData ParamTrait structs from common_param_traits to render_messages. by [email protected] · 15 years ago
- 45afd9a Support sync file io for pepper, to support LSOs by [email protected] · 15 years ago
- b4b3a91 FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: . by [email protected] · 15 years ago
- ccd08f3 Enable hyperlink auditing by default, and allow disabling with the command line flag '--no-pings'. by [email protected] · 15 years ago
- 5c86ecf Add AudioBuffersState struct. Use it for audio synchronization. by [email protected] · 15 years ago
- 52ebf2b Removes indexed_db_param_traits.h depedencies on WebKit headers. by [email protected] · 15 years ago
- 4bce24e Added GPU stat for whether a GPU can report context lost. by [email protected] · 15 years ago
- a2b74488 Add html node info (tag name, attributes, and computed display) and document by [email protected] · 15 years ago
- 22339b1 Support sending BlobData to browser process. Also support sending UploadData by [email protected] · 15 years ago
- 245bed0b Revert 57327 - Re-landing. Add html node info (tag name, attributes, and computed display) by [email protected] · 15 years ago
- b56705d Re-landing. Add html node info (tag name, attributes, and computed display) by [email protected] · 15 years ago
- 939856a FBTF: Move individual XXXMsg_Params structs to a new file. by [email protected] · 15 years ago
- 7e6cf06d Revert 57188 - Add html node info (tag name, attributes, and computed display) and document by [email protected] · 15 years ago
- bb872ba6 Add html node info (tag name, attributes, and computed display) and document by [email protected] · 15 years ago
- 252cad6 Remove all wstrings from the IPC logging subsystem. by [email protected] · 15 years ago
- 67a78516 Adds IDBKeyPath parser / extractor, and provides a mechanism to call it sandboxed. by [email protected] · 15 years ago
- 7a4de7a6 Reapplies all the IPC system work (reverts the revert r56272). by [email protected] · 15 years ago
- 0cfe5dae Completely revert all my IPC work to see if this was what regressed the page cycler. by [email protected] · 15 years ago
- 996e88a5 FBTF: Remove all the easy headers from *_messages.h. by [email protected] · 15 years ago
- 1c99edc Reapplies r55735, fixing some message code that was checked in that I collided with. by [email protected] · 15 years ago
- 13d49ea Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." by [email protected] · 15 years ago
- ef85bbe FBTF: Allow forward declaration of classes passed to sync IPC messages. by [email protected] · 15 years ago
- 6edce23 FBTF: Reapplies r55259, the first new IPC definition patch. by [email protected] · 15 years ago
- 071b4b9 Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by [email protected] · 15 years ago
- c5406e5c FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by [email protected] · 15 years ago
- f91cb99 Commit just the changes to make creating new IPC channel types easier. by [email protected] · 17 years ago
- 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
- 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
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- 09911bf Add chrome to the repository. by initial.commit · 17 years ago