summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Add option to disable/enable Spell Check. In addition, remove additional code...sidchat@google.com2008-10-292-0/+4
* Add fieldnames to SQL statements for better forward-compatibility. Had we ha...pkasting@chromium.org2008-10-291-2/+8
* - Make user script loading asynchronous on the file thread.evanm@google.com2008-10-281-0/+6
* Do not localize the name of 'download' directory. Chrome's UI languages can bejungshik@google.com2008-10-282-0/+15
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-272-1/+8
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-2712-17/+37
* Cleanup of DNS prefetch related filesjar@google.com2008-10-271-5/+5
* Remember the clear browsing data combo box selection.finnur@google.com2008-10-252-3/+3
* Fix a problem with the SyncChannel rewrite. DispatchReplies needs to be call...jam@chromium.org2008-10-251-40/+36
* More stubbing out. With this and the rest of Linux pending, test_shell links.agl@chromium.org2008-10-241-1/+2
* Fix some leaks in the syncchannel unittest.jam@chromium.org2008-10-241-1/+4
* Revert r3932 in an attempt to unbreak the tree.evanm@google.com2008-10-243-76/+33
* Make IPC::SyncChannel not duplicate the underlying MessageLoop implementatio...jam@chromium.org2008-10-246-375/+654
* Port:mark@chromium.org2008-10-243-33/+76
* Make resource bundle return red square box again instead of empty bitmapkuchhal@chromium.org2008-10-241-1/+6
* Change the default http stack for chrome.exe from winhttp to the new one.ericroman@google.com2008-10-222-3/+3
* Switching hash/ to $CHROME_SRC_DIR/chrome down in chrome.bradnelson@google.com2008-10-221-1/+1
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-221-2/+2
* Rollback r3693 as it caused a 7% startup test slowdown.ericroman@google.com2008-10-222-3/+3
* Temporary disabling accessibility in the renderer to work-around bug 1432077 ...jcampan@chromium.org2008-10-212-0/+6
* Change the default http stack for chrome.exe from winhttp to the new one.ericroman@google.com2008-10-212-3/+3
* This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ...ananta@chromium.org2008-10-202-9/+22
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-171-0/+6
* Separate out most view creation from WebContents. This adds a new sub-delegat...brettw@google.com2008-10-171-3/+3
* Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl...aa@google.com2008-10-165-0/+16
* Take 2 at fixing image corruption on drag and drop.tc@google.com2008-10-162-3/+3
* Revert "Fix a bug where we were truncating the last byte of images"tc@google.com2008-10-161-1/+1
* Fix a bug where we were truncating the last byte of imagestc@google.com2008-10-161-1/+1
* This is the same change as 2419 minus a line of debug code I accidentally lef...petersont@google.com2008-10-162-7/+7
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-162-2/+0
* Change SpellChecker language without restarting the browser.sidchat@google.com2008-10-151-0/+5
* The is_content_filtered parameter of the ViewHostMsg_FrameNavigate_Params was...jcampan@chromium.org2008-10-151-1/+5
* Rename various text zoom related stuff to be more generic, since we now canbrettw@google.com2008-10-144-25/+30
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-131-9/+0
* Fix a memory leak when closing an IPC channel and not properlyrvargas@google.com2008-10-131-2/+9
* Use system title bar font for app windows, detached popups, constrained popups.ben@chromium.org2008-10-132-0/+11
* Remove WatchObject from the ipc channel.rvargas@google.com2008-10-132-93/+77
* Add about:terms to Chrome, and about:licenses to Chromium and Chrome.glen@google.com2008-10-101-3/+11
* fix linux buildtc@google.com2008-10-101-1/+1
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-095-2/+63
* Attempt 2 at landing this patch. It broke the Mac/linux builds. Fix for now isananta@chromium.org2008-10-091-1/+2
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-0/+9
* Revert r3074 due to Mac build bustagemark@chromium.org2008-10-091-2/+1
* This fixes http://code.google.com/p/chromium/issues/detail?id=2472, whichananta@chromium.org2008-10-081-1/+2
* Allow lang to be blank in the renderer and plugin if running intc@google.com2008-10-081-2/+5
* Pass NotificationSource by const ref rather than value, as it's a class (and ...pkasting@chromium.org2008-10-082-4/+4
* Build some code and unit tests inside chrome. This depended on sqlite, somark@chromium.org2008-10-081-5/+3
* Adds an --incognito switch that can be used to launch Chrome in Incognito mode.maruel@google.com2008-10-082-0/+4
* Add switches for turning on an experimental SafeBrowsing implementation.paulg@google.com2008-10-082-0/+7
* Port some more of chrome/ to Linux.deanm@google.com2008-10-021-8/+18