summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Port some unit tests from chrome/browser/phajdan.jr@chromium.org2009-02-0214-182/+211
* Remove old web app code it's no longer needed. Simplifies startup a little.ben@chromium.org2009-02-0219-1006/+158
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-028-6/+417
* Will the real BrowserProcessImpl please stand up?beng@google.com2009-02-0110-148/+175
* More bustage fixesbrettw@chromium.org2009-02-012-0/+3
* More bustage fixes.brettw@chromium.org2009-02-013-1/+4
* More bustage fixes.brettw@chromium.org2009-02-013-0/+3
* More fixes.brettw@chromium.org2009-02-012-0/+2
* More bustage fixes.brettw@chromium.org2009-02-016-2/+8
* Update the temp scaffolding stubs for my header change. It was pulling in thebrettw@chromium.org2009-02-014-0/+4
* Address a review comment I forgot in my previous patch.brettw@chromium.org2009-02-011-1/+1
* Fix a bunch of header includes. I removed some unnecessary headers from abrettw@chromium.org2009-02-0125-35/+46
* Add forgotted notification observer header.brettw@chromium.org2009-02-011-0/+23
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-01164-1541/+1819
* Re-land this changelist to make BrowserInit work on Mac.beng@google.com2009-01-319-200/+225
* Remove DNS pre-resolution model of OS cachejar@chromium.org2009-01-312-14/+13
* Fix Aero Basic (i.e. non-glass) maximized mode drawing. This old hack was in...pkasting@chromium.org2009-01-311-46/+0
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-3115-66/+665
* Add support for loading Current Version. (haven't removed the old style loadi...erikkay@google.com2009-01-315-17/+60
* Make sure that Clipboard operations that require dispatchingrvargas@google.com2009-01-311-1/+29
* fixed a manifest file I hadn't renamed beforeerikkay@google.com2009-01-311-0/+0
* Port chrome_paths.cc to use FilePath.tc@google.com2009-01-311-40/+44
* Roll back these tab changes since there are still issues.ben@chromium.org2009-01-311-22/+2
* Rollback 8998beng@google.com2009-01-318-236/+199
* Bring up BrowserInit on MacOS X.beng@google.com2009-01-308-199/+236
* Register .crx file handler to install Chrome extensions.mpcomplete@google.com2009-01-307-12/+60
* Ignore invalid plugin windows coming in from the renderer for moving. As the ...ananta@chromium.org2009-01-301-1/+7
* NTP twiddling for p13ntim@chromium.org2009-01-303-0/+24
* Rename README.google to README.chromium.mal@chromium.org2009-01-304-0/+0
* Random bits of de-Winification for WebContents.brettw@chromium.org2009-01-308-28/+39
* Lands fix for 6878 from Yong Shin.sky@google.com2009-01-301-1/+5
* Allow porting of the JS message boxes. I split out the implementation intobrettw@chromium.org2009-01-309-182/+201
* Correct sqlite wrapper behavior on systems where wchar_t is UTF-32,phajdan.jr@chromium.org2009-01-309-70/+54
* Fix EOL.maruel@chromium.org2009-01-301-4/+4
* Changes references to FilePath to wstring for release branch build.gwilson@google.com2009-01-301-3/+3
* Make the download manager compile on Linux & Mac.brettw@google.com2009-01-301-7/+1
* Porting in the download manager (plus tiny bits of cleanup).brettw@chromium.org2009-01-304-40/+51
* Modifies LaunchSetupWithParam to properly append the kInstallerDir and kSetup...gwilson@google.com2009-01-301-2/+2
* Move RLZ back to 90 seconds delayed initcpu@google.com2009-01-301-2/+2
* Fix various problems with constrained windows and/or custom frame windows:pkasting@chromium.org2009-01-302-107/+266
* Add a stub IsPluginProcess so there are less #if defined(OS_WIN) in the code.tc@google.com2009-01-303-22/+6
* Change kMetricsURL towtc@chromium.org2009-01-301-3/+1
* Rename Debugger to DebuggerBridge to make the mac compiler happy.brettw@chromium.org2009-01-302-6/+8
* Provides the ability to write a unit test that brings up a browser. Assky@google.com2009-01-309-66/+611
* Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for...thestig@chromium.org2009-01-307-374/+374
* fix buildtc@google.com2009-01-291-0/+1
* Create a stub chrome executable that crashes when run.tc@google.com2009-01-297-25/+119
* This CL fixes bugs with EULAcpu@google.com2009-01-299-15/+15
* Reorganize DefaultNonClientView and ConstrainedWindowNonClientView to match c...pkasting@chromium.org2009-01-292-329/+237
* Simple installation of extensions using chrome.exe --install-extensionChanged...erikkay@google.com2009-01-2918-46/+683