summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Delete the provisional load commit notification since it duplicates the nav e...brettw@google.com2008-09-171-6/+0
* Adds logging to file_util::WriteFile to figure out why writingsky@google.com2008-09-173-115/+1
* Some initial work on compiling chrome/common/ on Linux.deanm@chromium.org2008-09-179-158/+161
* Wires up session restore so that it correctly deals with thesky@google.com2008-09-171-7/+4
* Add a missing include and match a constant type better. From phajdan.jr.deanm@chromium.org2008-09-171-1/+4
* This fixes http://code.google.com/p/chromium/issues/detail?id=2321, which was...iyengar@google.com2008-09-161-2/+4
* Move gears.dll location to the versioned directory (alongside chrome.dll). Wempcomplete@google.com2008-09-161-3/+12
* Remove an explicit call from the NavigationController to the alternate URLbrettw@google.com2008-09-163-0/+125
* Revert 2243 to check if it's why the startup test regressed.nsylvain@chromium.org2008-09-161-1/+1
* Adding sync plugin messages, and plugin broadcasts to the renderer processeszork@google.com2008-09-153-1/+37
* Make sure we don't execute code from the theme dll.nsylvain@chromium.org2008-09-151-1/+1
* Add test shell WebView and WebWidget host classes. This are stopgaps andamanda@chromium.org2008-09-151-0/+3
* Make the GoogleURLTracker only fetch the Google hostname if the user's defaul...pkasting@chromium.org2008-09-151-0/+6
* Add preferences for the clear browsing data dialog so thattc@google.com2008-09-152-0/+14
* This is almost a complete rewrite of DidNavigate and the associated Navigatio...brettw@google.com2008-09-142-2/+6
* Remove the TODO to remove --start-maximized. It seems this switch ispjohnson@google.com2008-09-131-3/+0
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-122-8/+3
* Move a bunch of code from the old to new TLS interface.deanm@chromium.org2008-09-103-20/+25
* Fix a bug with positioning windows from a secondary monitor.mpcomplete@google.com2008-09-091-2/+4
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-084-10/+6
* Replace a custom memcpy(wchar_t*) with the new safer lcpy API. Pass MAX_PATH...deanm@google.com2008-09-081-4/+14
* Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...brettw@google.com2008-09-071-0/+10
* Don't reinvent the wheel - base::wclscpy does this work in one line of code.beng@google.com2008-09-071-6/+1
* Adds missing virtual destructors on a couple of interface classes.darin@google.com2008-09-062-0/+4
* Clamp open file name size.beng@google.com2008-09-051-4/+8
* Dupe of http://codereview.chromium.org/238jungshik@google.com2008-09-052-7/+61
* Resolve Array Overflow.sidchat@google.com2008-09-051-7/+10
* Same CL as 448. Had to redo it.cpu@google.com2008-09-054-2/+7
* Remove dead files.jam@chromium.org2008-09-042-225/+0
* Update Copyright text in SCons config files.sgk@google.com2008-09-011-28/+4
* Some more changes so that Chromium and Google Chrome do not clash with each o...rahulk@google.com2008-08-312-2/+9
* Move SQLite from src/chrome/third_party to src/third_partyaa@google.com2008-08-302-2/+4
* Fix the order when setting the last error code. On XP, it was reset by the Ge...maruel@google.com2008-08-301-2/+3
* Fix the unit test when run from a MUI-Aware Vista installation and the curren...maruel@google.com2008-08-291-12/+36
* Adds a logging level command line switchcpu@google.com2008-08-293-4/+22
* Modifies the query parser to provide the position of the match in thesky@google.com2008-08-291-1/+1
* Made changes to the JavaScript debugger in preparing for an upcomingsgjesse@google.com2008-08-291-1/+8
* We don't need to support win2k, so we can always use rand_s. We can also use...deanm@google.com2008-08-291-25/+2
* Make a step on refactoring navigation. The eventual plan is to have the Navig...brettw@google.com2008-08-281-0/+3
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-282-24/+20
* The GetWindowRect must return the rect of the container HWND; not the actual ...erg@google.com2008-08-281-1/+5
* Changes saving of prefs/bookmarks to try move a second time if firstsky@google.com2008-08-271-2/+9
* Initialize memory to avoid UMR in unit test.erikkay@google.com2008-08-271-0/+2
* Manually destroy the URLRequest before flushing pending tasks since thedarin@google.com2008-08-271-0/+4
* Explicitly call RunAllPending in the Teardown phase a few more unit tests todarin@google.com2008-08-271-0/+3
* Adding a UI test to catch the crash described in issue 1341577.This test is d...finnur@google.com2008-08-273-39/+38
* Makes deleting history no longer delete starred urls. Thiseffectively reenabl...sky@google.com2008-08-271-3/+9
* fix unit testsdarin@google.com2008-08-261-13/+66
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-2611-53/+67
* Fix build break caused by some functions not ifdef CHROME_PERSONALIZATION'd out.ericcheng@google.com2008-08-261-1/+2