summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Reupload of 12418glen@chromium.org2008-12-0730-211/+1801
* Capitalize the 'Extensions' folder in the visual studio project for consistency.aa@chromium.org2008-12-071-1/+1
* Third time's a charm?dkegel@google.com2008-12-072-135/+89
* Makes the tab restore service persist closed tabs/windows to disk andsky@google.com2008-12-0638-1204/+2174
* Fixes possible flicker when tab finishes animating back to draggedsky@google.com2008-12-061-1/+5
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-054-4/+5
* Add a CHECK to assert that each invocation ofwtc@google.com2008-12-051-0/+5
* fix chrome_paths to make some test dirs relative to base::DIR_SOURCE_ROOTerikkay@google.com2008-12-051-5/+3
* UserData Options tabmunjal@chromium.org2008-12-052-3/+20
* Change "client" parameter in RLZ ping to "referral" gwilson@google.com2008-12-051-5/+5
* Fix the layout of the Spell Check Options part, in the languages tab, in the ...sidchat@google.com2008-12-051-18/+20
* Fixed a bogus initialization of string constants. The stack allocated string...erikkay@google.com2008-12-051-12/+6
* We should let binary/octet-stream have an EXE extension to fix compat with di...abarth@chromium.org2008-12-052-0/+9
* Disable the content sniffing algorithm if the server instructs us to do so wi...abarth@chromium.org2008-12-052-1/+9
* Add new multiprofile files to the SCons build:sgk@google.com2008-12-052-0/+3
* Add new debugger_host_impl.cpp to the SCons build.sgk@google.com2008-12-051-0/+1
* Introduce ExtensionsService. Load extensions on startup from a directory inaa@chromium.org2008-12-0510-32/+408
* Adding the capacity to interact with modal dialogs to the automation framework.jcampan@chromium.org2008-12-055-36/+57
* * Do not try to update distribution other than Google Chrome.kuchhal@chromium.org2008-12-051-4/+7
* Do not add the Content-Length header in the URLFetcher,paulg@google.com2008-12-041-2/+1
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-0415-43/+45
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-045-3606/+3606
* Fix issue 5079: Incorrect "Active match ordinal" count during Find-in-pagefinnur@google.com2008-12-042-51/+121
* Add support in spell check options sub-context menu to pop up fonts and langu...sidchat@google.com2008-12-042-3/+18
* Make sure we end the update process if we get an errorfrom the servers. Previ...paulg@google.com2008-12-043-8/+18
* Chromium-MultiProfile-Prototypemunjal@chromium.org2008-12-0315-9/+1093
* Removing the IsHungAppWindow DCHECK as it does not seem to be indicatingananta@chromium.org2008-12-031-1/+0
* Split the cross-platform part of skia_utils_win into skia_utils. Use this newbrettw@google.com2008-12-033-14/+6
* Move base/gfx/skia_util to skia/ext/skia_util_win.brettw@google.com2008-12-036-6/+3
* The onbeforeunload event could be sent more than once to a page.jcampan@chromium.org2008-12-033-27/+29
* Move convolver and image_operations from base/gfx to skia/ext. This is justbrettw@google.com2008-12-034-4/+4
* add a few files that now compilepinkerton@google.com2008-12-031-5/+5
* Encapsulate https server creation a bit more in preparation for getting thedkegel@google.com2008-12-031-44/+31
* Copy of http://codereview.chromium.org/13003 created by yury.semikhatsky@gmai...sgjesse@chromium.org2008-12-0315-89/+391
* Roll back this change.ben@chromium.org2008-12-031-4/+10
* Remove old infobar code from the SCons build.sgk@google.com2008-12-032-6/+0
* RootView should be destroyed in WM_NCDESTROY not after it.ben@chromium.org2008-12-031-10/+4
* Tear out all the old infobar code.ben@chromium.org2008-12-0323-1231/+5
* Convert Alternate NavURL Fetcher to use the new infobar framework.ben@chromium.org2008-12-0310-49/+275
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-0312-33/+45
* Updated the design document URLs for ResourceDispatcher and ResourceDispatche...scherkus@chromium.org2008-12-032-2/+2
* Make WordIterator and Snippet::MatchPositions use size_t instead of int for o...pkasting@chromium.org2008-12-037-60/+59
* Fix issue 4829: No file extensions listed when saving imagesfinnur@google.com2008-12-033-22/+25
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-0212-45/+33
* add more files to mac chrome project, build a few more tests. Fix typo in sco...pinkerton@google.com2008-12-021-2/+4
* Change a DCHECK to CHECK to help debug a crash inwtc@google.com2008-12-021-1/+1
* Fix a comment. This was brought up by Ojan in a review for my previous patch,...brettw@google.com2008-12-021-2/+0
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-022-2/+2
* Remove the URL and title from the state getting functions and IPC messages.brettw@google.com2008-12-025-33/+4
* Introduce Extension class that can serializer and deserialize from Valueaa@chromium.org2008-12-025-0/+287