summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
...
* Handle race between deleting a low use referrer acruing valuejar@chromium.org2009-01-232-14/+21
* Add q-values to languages in Accept-Language HTTP header to be compatible wit...jungshik@google.com2009-01-231-7/+8
* Changes to insure that when in app-mode, links open in the default browser. ...brg@chromium.com2009-01-238-26/+300
* Fix reloading a page with a pdf not working. The problem was that we were se...jam@chromium.org2009-01-221-0/+1
* fix bustageben@chromium.org2009-01-221-0/+2
* Make the browser talk to the status bubble through an abstract interface to r...ben@chromium.org2009-01-228-78/+100
* Re-enable this test now that I've properly initialized the result member vari...ben@chromium.org2009-01-221-1/+3
* Add browser render process host to the mac build. It compiles already.brettw@google.com2009-01-221-0/+6
* (1) If you create tabs and manage to resize the window before themaruel@chromium.org2009-01-221-1/+12
* Revert "Parse more user script info out of the manifest and expose"aa@chromium.org2009-01-2211-433/+224
* More scaffolding for back/forward/reload/home, start of WebContentspinkerton@google.com2009-01-225-30/+154
* remove the NSToolbar, improve the appearance a little bit. ObjC style member ...pinkerton@google.com2009-01-223-822/+321
* Change spell check dictionary download URL to now include edgedlsidchat@google.com2009-01-221-1/+1
* Parse more user script info out of the manifest and exposeaa@chromium.org2009-01-2211-224/+433
* Fix unit tests buildbrettw@chromium.org2009-01-221-1/+1
* Fix bustage.brettw@chromium.org2009-01-221-1/+1
* Fix messed up include path.brettw@chromium.org2009-01-221-3/+3
* Add the EULA distro paramcpu@google.com2009-01-223-5/+53
* Fix file paths in Mac build.brettw@google.com2009-01-221-46/+46
* More Linux fixing.brettw@chromium.org2009-01-221-1/+1
* More liunx bustage.brettw@chromium.org2009-01-221-0/+2
* Hopefully fix Mac & Linux build.brettw@chromium.org2009-01-221-5/+5
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-2268-598/+218
* Disables another SSL test as it is causing hangs.sky@google.com2009-01-221-1/+2
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-2213-38/+38
* NO CODE CHANGE.maruel@chromium.org2009-01-221-0/+6
* The WebContents CL broke unit testscpu@google.com2009-01-221-0/+3
* POSIX: Porting renderer/render_view.cc, low hanging fruitagl@chromium.org2009-01-223-23/+164
* Linux: don't want to build render_process till ph_ submits his DNS patchagl@chromium.org2009-01-221-0/+1
* POSIX: Porting renderer/render_process.cc, low hanging fruitagl@chromium.org2009-01-225-17/+33
* Move automation specific accessors to their own interface to make their purpo...ben@chromium.org2009-01-227-18/+49
* Linux: move win_util.h to Windows specific blockagl@chromium.org2009-01-221-1/+1
* - Fix command line parsing for reliability_tests.huanr@chromium.org2009-01-222-2/+8
* More speedup of scrolling when many windowed plugins in a page. Scrolling is...jam@chromium.org2009-01-224-27/+47
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-2211-75/+125
* Fix a timing issue that caused gears to fail to load sometimes.mpcomplete@google.com2009-01-216-15/+15
* Factor out the test web contents from the WebContents unit test so that it canbrettw@chromium.org2009-01-2111-397/+470
* Fix SecondLaunch unit test.evan@chromium.org2009-01-212-2/+3
* Fix issue 6520 by ensuring that InfoBarClosed is called whenever a tab is clo...tim@chromium.org2009-01-215-27/+12
* Disables another flakey interstitial uit test:(sky@google.com2009-01-211-1/+3
* Fix p13n build break due to a change in CommandLine class.munjal@chromium.org2009-01-211-1/+2
* add basic command handling for browser window and for where there are no wind...pinkerton@google.com2009-01-2110-25/+147
* * Revert "POSIX: Get render_process_host to build."agl@chromium.org2009-01-2111-131/+76
* Build fix: release builds seemed to breakagl@chromium.org2009-01-212-0/+7
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-2110-76/+124
* Disables an interstitial test that occassionally fails.sky@google.com2009-01-211-1/+3
* disable test\ntc@google.com2009-01-211-1/+1
* add dependencies to the core targets used by the apppinkerton@google.com2009-01-211-2/+80
* Add chrome.dll's resources to unit_tests.exe for "in-process" testing.maruel@chromium.org2009-01-213-5/+126
* Get browser window showing using a Browser object and accompanying scaffoldin...pinkerton@google.com2009-01-2114-35/+1833