summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Delete chrome\common\clipboard_service.cc from the SCons build.sgk@google.com2008-11-051-1/+0
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-054-48/+13
* Miscellaneous bookmark manager polish:sky@google.com2008-11-032-3/+7
* Tracing showed that the resource bundle lock was held for long periods of tim...deanm@chromium.org2008-11-031-25/+37
* Convert chrome/common to new SCons naming:sgk@google.com2008-11-032-88/+104
* Always show file extensions in the shelf.glen@chromium.org2008-11-032-3/+9
* Expire cookies by last access date, rather than creation date.pkasting@chromium.org2008-11-012-9/+68
* Make multiline labels respect the inset.levin@chromium.org2008-11-011-1/+4
* Takes steps to make our PlatformScreen implementation more portable.darin@chromium.org2008-10-313-28/+30
* Fix RTL issues in the About box (bug 3756).finnur@google.com2008-10-312-6/+76
* Adding preferences and clear browsing data for form autofill.jcampan@chromium.org2008-10-312-0/+8
* Fix Issue 2918 in chromium: Chrome dialog displayed in large size with Meiryo...hbono@chromium.org2008-10-301-0/+7
* Add compatible version support since it was only halfway in place, and try an...pkasting@chromium.org2008-10-302-5/+15
* First cut at the bookmark manager. There are still a fair number ofsky@google.com2008-10-292-2/+19
* Remove the dashboard_compatibility_mode member from the WebPreferenceswtc@google.com2008-10-291-2/+0
* Fix throb animation - a change to Animation::Start meant that Run() in a deri...glen@chromium.org2008-10-294-6/+14
* 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