| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing handling of absolute paths in site_init.py to handle windows correctly. | bradnelson@chromium.org | 2008-10-29 | 1 | -1/+2 |
* | Only show the language restart warning once, and only if needed. | glen@chromium.org | 2008-10-29 | 2 | -3/+10 |
* | Fix for Save Page downloads not notifying their observers on completion. | glen@chromium.org | 2008-10-29 | 1 | -0/+1 |
* | Fix build bustage - remove reference to exported_sybmols file. | jeremy@chromium.org | 2008-10-29 | 1 | -3/+0 |
* | Temporary code instrumentation to gather info on a crash. | ericroman@google.com | 2008-10-29 | 2 | -3/+32 |
* | The SharedMemory is owned by the GreasemonkeyMaster, not the unit test. My p... | evanm@google.com | 2008-10-29 | 1 | -5/+5 |
* | Add testing to main DEPS | jeremy@chromium.org | 2008-10-29 | 1 | -1/+2 |
* | 1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process names | jeremy@chromium.org | 2008-10-29 | 13 | -59/+134 |
* | Free memory in unit test, so purify doesn't complain. | evanm@google.com | 2008-10-29 | 2 | -5/+6 |
* | remove svg tests from the "skip" list because they no longer timeout | pinkerton@google.com | 2008-10-29 | 1 | -5/+0 |
* | Added strings to support Spellchecker operations in the context menu. | sidchat@google.com | 2008-10-29 | 1 | -0/+12 |
* | adjust for our "toolbar" when resizing the window and content area, as it is ... | pinkerton@google.com | 2008-10-29 | 1 | -2/+5 |
* | Forgot this file in CL 4153. | bradnelson@google.com | 2008-10-29 | 1 | -1/+8 |
* | Fix a couple of tab related bugs: | ben@chromium.org | 2008-10-29 | 3 | -0/+13 |
* | Add command line option to suppress Chrome launch after successful install | kuchhal@chromium.org | 2008-10-29 | 7 | -1066/+1090 |
* | Adding in BuildComponents to allow things like Defer and publishing. | bradnelson@google.com | 2008-10-29 | 2 | -146/+174 |
* | Fix various Gears build breaks caused by latest Hammer changes. | mpcomplete@google.com | 2008-10-29 | 5 | -35/+47 |
* | remove svn:executable | kuchhal@chromium.org | 2008-10-29 | 1 | -0/+0 |
* | Trivial patch: add whitespace to some SQL statements to turn "INSERT INTO foo... | pkasting@chromium.org | 2008-10-29 | 5 | -15/+13 |
* | remove svn:executable property | kuchhal@chromium.org | 2008-10-29 | 1 | -0/+0 |
* | remove svn:executable property | kuchhal@chromium.org | 2008-10-29 | 3 | -0/+0 |
* | System includes need to use angle brackets for check_deps | agl@chromium.org | 2008-10-29 | 1 | -1/+1 |
* | Add option to disable/enable Spell Check. In addition, remove additional code... | sidchat@google.com | 2008-10-29 | 13 | -151/+132 |
* | Move the windows-only dependencies to deps_os['win']. | maruel@chromium.org | 2008-10-29 | 1 | -9/+16 |
* | Start writing the GTK code for test_shell. | agl@chromium.org | 2008-10-29 | 8 | -35/+233 |
* | An experimental change to help us diagnose a crash | wtc@google.com | 2008-10-29 | 1 | -0/+1 |
* | Add fieldnames to SQL statements for better forward-compatibility. Had we ha... | pkasting@chromium.org | 2008-10-29 | 1 | -2/+8 |
* | Add --port and --root options to the command-line interface to allow running | pamg@google.com | 2008-10-29 | 1 | -7/+22 |
* | Removed magic number for owner rights, avoid to call close(-1). | brettw@google.com | 2008-10-29 | 1 | -2/+2 |
* | Adds a string that we'll need when importing bookmarks. | sky@google.com | 2008-10-29 | 2 | -0/+6 |
* | Fix a bug where we would allow the user to spell check words in | tc@google.com | 2008-10-29 | 1 | -1/+4 |
* | When right clicking in a text area that is scrolled, the wrong | tc@google.com | 2008-10-29 | 1 | -8/+19 |
* | Fix a minor memory leak. | paulg@google.com | 2008-10-29 | 4 | -8/+6 |
* | The "extra view" used by the DialogClientView must not be retrieved before th... | ben@chromium.org | 2008-10-29 | 2 | -8/+17 |
* | Moved the SelfDeletePluginInvokeInSynchronousMouseMove to interactive ui tests | ananta@chromium.org | 2008-10-29 | 13 | -60/+310 |
* | Pass a user agent string to WinHttpOpen to set the user | wtc@google.com | 2008-10-29 | 1 | -60/+61 |
* | Add some extra unit-tests to make sure we cover all permutations of {basic_au... | ericroman@google.com | 2008-10-29 | 2 | -0/+44 |
* | Timeout persistent idle connections after 5 minutes, and increase the socket ... | ericroman@google.com | 2008-10-29 | 2 | -30/+53 |
* | Add an HTTP basic auth unit test for an empty username. | wtc@google.com | 2008-10-28 | 1 | -0/+2 |
* | Re-apply 4099, v8 build dir change (after manual buildbot cleaning). | sgk@google.com | 2008-10-28 | 1 | -29/+27 |
* | Revert r4094; ui_tests failures in SelfDeletePluginInvokeInSynchronousMouseMove. | sgk@google.com | 2008-10-28 | 6 | -131/+21 |
* | Fix "expected, actual" order in cookie monster unittest (which was mostly "ac... | pkasting@chromium.org | 2008-10-28 | 1 | -110/+110 |
* | Add a DEPS file to gears. This allows Gears developers to pull the gears | mpcomplete@google.com | 2008-10-28 | 1 | -0/+28 |
* | Change our phishing 'learn more' URL to something that will soon be translated. | glen@chromium.org | 2008-10-28 | 42 | -42/+42 |
* | Fix crbug.com/3684. | tim@chromium.org | 2008-10-28 | 2 | -21/+25 |
* | Revert r4099. | sgk@google.com | 2008-10-28 | 1 | -27/+29 |
* | build/SConscript.v8 update, plus fixes: | sgk@google.com | 2008-10-28 | 1 | -29/+27 |
* | Don't automatically deny subresource requests that have minor | wtc@google.com | 2008-10-28 | 2 | -26/+43 |
* | Added a class with AutofillForm factory method. | petersont@google.com | 2008-10-28 | 2 | -1/+76 |
* | Proposed fix for http://b/issue?id=1362948, which is a crash in the rendererw... | ananta@chromium.org | 2008-10-28 | 6 | -21/+131 |