summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
...
* Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...hclam@chromium.org2009-03-302-2/+11
* FFmpeg Audio decoder glue codehclam@chromium.org2009-03-301-0/+2
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-3018-186/+247
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-302-6/+6
* Break out the tab rendering logic into TabGtk and TabRendererGtk.jhawkins@chromium.org2009-03-3010-646/+1324
* Revert "Rename some .cpp files to .cc."evan@chromium.org2009-03-305-6/+6
* Rename some .cpp files to .cc.evan@chromium.org2009-03-305-6/+6
* The NativeButton HWND would not be created yet when we were setting the initi...jcampan@chromium.org2009-03-301-5/+5
* Use HTTP status return code to make SDCH handling more robust.jar@chromium.org2009-03-302-2/+2
* Based on empirical data, push chrome.dll's base address forward.deanm@chromium.org2009-03-301-1/+1
* Platform cleanup in chrome UI tests.phajdan.jr@chromium.org2009-03-302-5/+9
* Cleanup in automation. Remove WaitForTabCountToChange.phajdan.jr@chromium.org2009-03-3010-224/+109
* Fix the DOMUIToStandard unit test and uncomment it. The NavigationControllerbrettw@chromium.org2009-03-301-8/+20
* Make version rule's path assumptions less specific.robertshield@google.com2009-03-301-1/+1
* Revert 12763.jianli@chromium.org2009-03-307-601/+0
* Enable worker layout tests. In order for test_shell to run worker, we link al...jianli@chromium.org2009-03-307-0/+601
* Switching media to gyp under windows.bradnelson@google.com2009-03-301-2/+2
* A workaround fix for Issue 3693.hbono@chromium.org2009-03-301-0/+6
* Remove NOTIMPLEMENTED bits for fast shutdown code on non-Windows.evan@chromium.org2009-03-291-8/+0
* Fix crash that occurs when the about:network window is closed while stilldarin@chromium.org2009-03-281-0/+1
* Fix linux build.aa@chromium.org2009-03-281-1/+0
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-2821-94/+437
* Build fix.abarth@chromium.org2009-03-281-1/+1
* Add the ability to specify a default MIME type when loading a resource. We'l...abarth@chromium.org2009-03-289-2/+37
* It looks like the Chrome NPAPI plugin installer has been broken since we firs...ananta@chromium.org2009-03-282-1/+411
* A crash report from the field reports that we are removing a SafeBrowsingBloc...jcampan@chromium.org2009-03-281-2/+5
* This CL fixes a lint issue -- line exceeding 80 characters.xji@chromium.org2009-03-281-1/+2
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-2719-91/+130
* The URL in the bug triggers an SSL interstitial for a redirect that redirects...jcampan@chromium.org2009-03-273-2/+64
* Fix build in release mode.tc@google.com2009-03-271-1/+2
* Move message flags into a separate header that can be usedtc@google.com2009-03-2715-75/+84
* Fixed a lot threading issues during tear down of <video>hclam@chromium.org2009-03-276-84/+94
* Properly fix menu display when using dark system themes.evan@chromium.org2009-03-273-14/+4
* Fix assertion that was firing in unit tests.jam@chromium.org2009-03-271-3/+6
* Add another ifdef for other platformsjam@chromium.org2009-03-271-0/+2
* Fix non Windows builds.jam@chromium.org2009-03-272-1/+5
* Comment out the crashing test so the tree can be open while I fix it.brettw@chromium.org2009-03-271-0/+2
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-2731-335/+116
* Reverting 12673.brettw@chromium.org2009-03-273-85/+130
* Fix lineendings for dom ui unittest.brettw@chromium.org2009-03-271-116/+116
* Hide StatsTable behind --enable-stats-table.mbelshe@google.com2009-03-275-5/+13
* - Change alignment of 'delete this day' so it's not off floating in the middl...glen@chromium.org2009-03-271-7/+7
* Issue 348: can view old incognito cache if main process left runningidanan@chromium.org2009-03-274-7/+19
* Render widget host view cursors:estade@chromium.org2009-03-276-47/+67
* Correctly position windows that are detached during a drag, instead of relyin...pinkerton@chromium.org2009-03-274-15/+40
* Fix a race condition opening a downloaded file.paulg@google.com2009-03-271-6/+8
* Fix renderer hang caused when a synchronous XHR is disallowed for securitydarin@chromium.org2009-03-274-8/+67
* Revert "Fix issues with DOM UI that cause focus to not be set to the URL bar ...evan@chromium.org2009-03-273-200/+153
* Fix clipping by using the correct window styles for native buttons.ben@chromium.org2009-03-275-39/+40
* Fix issues with DOM UI that cause focus to not be set to the URL bar and thebrettw@chromium.org2009-03-273-153/+200