| Commit message (Expand) | Author | Age | Files | Lines |
* | Take out the activex control.BUG=20259 | jam@chromium.org | 2009-09-08 | 4 | -8/+3 |
* | Plumb the DragOperation through all the layers between the platform Drag-n-dr... | snej@chromium.org | 2009-09-08 | 3 | -35/+36 |
* | Pass printing result to the browser. | maruel@chromium.org | 2009-09-08 | 2 | -4/+47 |
* | Refuse to render RSS as XML by treating the response as text/plain. This is | abarth@chromium.org | 2009-09-07 | 1 | -0/+13 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 1 | -1/+1 |
* | Convert std::wstring encoding names to std::string in a bunch of files. | tony@chromium.org | 2009-09-04 | 3 | -5/+5 |
* | Remove non-full paints from uninitialized backing store | cpu@chromium.org | 2009-09-04 | 2 | -6/+7 |
* | Use ScopedComPtr instead of CComPtr to reduce a dependency on ATL. | jhawkins@chromium.org | 2009-09-04 | 2 | -2/+4 |
* | This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ... | jam@chromium.org | 2009-09-04 | 1 | -4/+4 |
* | Adjust color spaces so that Mac Chrome renders colors properly. | amanda@chromium.org | 2009-09-03 | 1 | -10/+4 |
* | Revert "Revert "Allow DOMUI pages to call window.open(), giving DOMUI privile... | mpcomplete@chromium.org | 2009-09-03 | 2 | -2/+13 |
* | Fix a DCHECK that I hit while working on the extension shelf for OS X. | thakis@chromium.org | 2009-09-02 | 3 | -0/+32 |
* | Revert r25250: "Allow DOMUI pages to call window.open(), giving DOMUI privile... | mpcomplete@chromium.org | 2009-09-02 | 2 | -13/+2 |
* | Allow DOMUI pages to call window.open(), giving DOMUI privileges to the new | mpcomplete@chromium.org | 2009-09-02 | 2 | -2/+13 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 8 | -10/+10 |
* | Split ExtraRequestInfo out of ResourceDispatcherHost so it isn't cluttering up | brettw@chromium.org | 2009-09-02 | 7 | -341/+516 |
* | Plumb request interception into the appcache library for both chrome and test... | michaeln@google.com | 2009-09-01 | 2 | -4/+16 |
* | Fix a DCHECK corner case. | yusukes@google.com | 2009-09-01 | 1 | -2/+1 |
* | Linux: about:memory | agl@chromium.org | 2009-09-01 | 2 | -2/+4 |
* | RDH: Don't attempt to sniff the mime type of requests that | rvargas@google.com | 2009-09-01 | 2 | -6/+158 |
* | Fix comment grammar. No code change. | mdm@chromium.org | 2009-08-31 | 1 | -3/+3 |
* | Update BackingStore to handle the case where our Cocoa view has | amanda@chromium.org | 2009-08-31 | 3 | -40/+119 |
* | Linux 64-bit: Fix failing unit_tests and ignore non-working plugin/media tests. | mmoss@chromium.org | 2009-08-31 | 1 | -1/+1 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 16 | -401/+406 |
* | Enable extensions by default. | aa@chromium.org | 2009-08-29 | 2 | -22/+0 |
* | Force databases and localstorage to be enabled extensions. | aa@chromium.org | 2009-08-29 | 1 | -1/+11 |
* | Chromium side patch for DB support on Linux. | dumi@chromium.org | 2009-08-28 | 2 | -26/+186 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 4 | -34/+4 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 4 | -4/+34 |
* | Fix issue 20297: Typing backspace while in a form field causes the browser to... | suzhe@chromium.org | 2009-08-28 | 1 | -0/+1 |
* | Draw background of Linux extension toolstrips. | phajdan.jr@chromium.org | 2009-08-27 | 2 | -0/+6 |
* | Fix SharedMemory Object leak | jeremy@chromium.org | 2009-08-26 | 1 | -2/+1 |
* | Re-try r24372 - Delay request loading until all user scripts that request | mpcomplete@chromium.org | 2009-08-26 | 2 | -0/+13 |
* | Fix issue 19081: Linux: Not able to switch input method correctly in web page... | suzhe@chromium.org | 2009-08-26 | 3 | -18/+55 |
* | Revert 24372 - Delay request loading until all user scripts that request depe... | nick@chromium.org | 2009-08-26 | 2 | -13/+0 |
* | Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ... | thestig@chromium.org | 2009-08-26 | 1 | -2/+14 |
* | Delay request loading until all user scripts that request depends on are ready. | mpcomplete@chromium.org | 2009-08-25 | 2 | -0/+13 |
* | linux: new socket/plug code for windowed plugins | piman@chromium.org | 2009-08-25 | 7 | -54/+17 |
* | Reverting 24220. | yutak@chromium.org | 2009-08-25 | 1 | -14/+2 |
* | Revert r24223. Storage test is not working. | aa@chromium.org | 2009-08-25 | 1 | -11/+1 |
* | Force databases and localstorage to be enabled extensions. | aa@chromium.org | 2009-08-25 | 1 | -1/+11 |
* | Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ... | thestig@chromium.org | 2009-08-25 | 1 | -2/+14 |
* | Fix a leak in RenderWidgetHostViewCocoa and remove its suppression | stuartmorgan@chromium.org | 2009-08-24 | 1 | -1/+2 |
* | Providing unplayed bytes in audio hardware buffer | hclam@chromium.org | 2009-08-24 | 2 | -48/+12 |
* | Retrofit the pre-existing appache message dispatching with the new WebKit API... | michaeln@google.com | 2009-08-21 | 4 | -10/+11 |
* | Send notice for blackisted non-visual resources | idanan@chromium.org | 2009-08-21 | 3 | -0/+12 |
* | If there's no actual window (for example, in some unit tests), don't try to | amanda@chromium.org | 2009-08-21 | 2 | -5/+7 |
* | Change backing store constructor so that it bases the CGLayer on the parent | amanda@chromium.org | 2009-08-21 | 2 | -4/+12 |
* | Remove include of IPC headers from headers they crept into. This slows down ... | jam@chromium.org | 2009-08-20 | 3 | -3/+6 |
* | Fix the crash if a download starts before we have the plugin list. The fix i... | jam@chromium.org | 2009-08-19 | 2 | -11/+34 |