| Commit message (Expand) | Author | Age | Files | Lines |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | Fail the plugin initialization if we are unable to duplicate the event handle... | ananta@chromium.org | 2009-04-27 | 3 | -4/+10 |
* | Linux: use opaque NativeViewIds | agl@chromium.org | 2009-04-24 | 1 | -0/+8 |
* | linux (and some posix): multiprocess plugins compiling. | evan@chromium.org | 2009-04-23 | 18 | -88/+154 |
* | Fix hang seen in plugin process because plugin creation ended up having to wa... | jam@chromium.org | 2009-04-21 | 2 | -32/+11 |
* | plugins: move NativeLibrary into base. | evan@chromium.org | 2009-04-21 | 2 | -2/+3 |
* | Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i... | abarth@chromium.org | 2009-04-08 | 1 | -1/+0 |
* | Adds new messages and widens some existing messages between the renderer and ... | michaeln@google.com | 2009-04-07 | 1 | -0/+2 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -3/+5 |
* | Make OpenProcessHandle report an error when it couldn't open the handle. | phajdan.jr@chromium.org | 2009-04-03 | 1 | -1/+5 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 6 | -6/+6 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 6 | -6/+6 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -128/+0 |
* | Fix Mac build break. | jam@chromium.org | 2009-04-01 | 1 | -1/+1 |
* | Port plugin messages. | jam@chromium.org | 2009-04-01 | 8 | -66/+79 |
* | Add the ability to specify a default MIME type when loading a resource. We'l... | abarth@chromium.org | 2009-03-28 | 1 | -0/+1 |
* | Refactor plugin process code which checks with the browser process before shu... | jam@chromium.org | 2009-03-27 | 10 | -135/+15 |
* | We need to set the clipping region of the HDC passed in to a windowless flash... | ananta@chromium.org | 2009-03-27 | 1 | -0/+7 |
* | Expose whether we're in private browsing mode to plugins.I chose to implement... | jam@chromium.org | 2009-03-26 | 6 | -4/+16 |
* | Report the plugin position to windowed plugins as (0,0) | jam@chromium.org | 2009-03-26 | 2 | -2/+4 |
* | Fix a plugin crash due to ResourceDispatcher being used after it was deleted | mpcomplete@google.com | 2009-03-23 | 1 | -1/+5 |
* | SSLPolicy Fix: Step 3. | abarth@chromium.org | 2009-03-17 | 1 | -1/+2 |
* | Removed unneeded includes of base/time.h. | thestig@chromium.org | 2009-03-16 | 1 | -1/+0 |
* | Get rid of the gears in renderer process code. This allows me to do some cle... | jam@chromium.org | 2009-03-13 | 1 | -3/+0 |
* | Switch to using one ResourceDispatcher per render process, and move it to Chi... | jam@chromium.org | 2009-03-12 | 3 | -17/+2 |
* | Add more info to a dcheck to see why DuplicateHandle is failing on the buildbot. | jam@chromium.org | 2009-03-12 | 1 | -1/+2 |
* | Stop having renderers use both pids and a monotonically increasing "host_id".... | jam@chromium.org | 2009-03-12 | 4 | -20/+17 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 5 | -5/+0 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-10 | 7 | -17/+30 |
* | Landing again the CL that adds security info to canceled requests (last time ... | jcampan@chromium.org | 2009-03-08 | 1 | -1/+2 |
* | Revert change 11197 because it created 138 new layout tests | nsylvain@chromium.org | 2009-03-07 | 1 | -2/+1 |
* | Landing again the CL that adds security info to canceled requests (it was bre... | jcampan@chromium.org | 2009-03-07 | 1 | -1/+2 |
* | Reverting 11179. | jcampan@chromium.org | 2009-03-07 | 1 | -2/+1 |
* | This CL adds a way to specify the security info when canceling a URLRequest. | jcampan@chromium.org | 2009-03-07 | 1 | -1/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 3 | -4/+4 |
* | Coalesce more hardcoded schemes to using predefined constants. | brettw@chromium.org | 2009-02-26 | 1 | -2/+4 |
* | Add logging to ExtensionsService, UserScriptMaster, | aa@chromium.org | 2009-02-24 | 2 | -0/+18 |
* | Fix build break due to misplaced ifdef. | mmoss@chromium.org | 2009-02-24 | 1 | -1/+2 |
* | Fix Linux shared build breakage due to undefined references. | mmoss@chromium.org | 2009-02-23 | 1 | -2/+6 |
* | Fix plugin hang that Earth team found. | jam@chromium.org | 2009-02-21 | 7 | -15/+43 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 9 | -218/+97 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 9 | -97/+218 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 9 | -218/+97 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 2 | -0/+9 |
* | Get something in chrome/plugin/ compiling to make Scons happy. | thestig@chromium.org | 2009-02-18 | 2 | -2/+5 |
* | Lots of small nits to help to split off webkit.dll. | maruel@chromium.org | 2009-02-12 | 4 | -23/+24 |
* | Cleanup some forward declared structs that are not being used. | thestig@chromium.org | 2009-02-05 | 1 | -1/+0 |
* | Fix the dependency checker tool. Rules for a directory did modify their direc... | stoyan@chromium.org | 2009-02-05 | 1 | -0/+9 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 3 | -0/+3 |