summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* These are code changes required to make the GYP build work.gspencer@google.com2009-06-2319-41/+154
* Fix case where install puts two copies of the extension toolbar on the shelf.erikkay@chromium.org2009-06-231-8/+0
* Fix the V8 bindings problem that causes crash when an XHR exception is thrown...jianli@chromium.org2009-06-231-15/+26
* Fix crasher where we tried to access a destroyed render widget host view.estade@chromium.org2009-06-235-18/+18
* Refactor setup. No code change.kuchhal@chromium.org2009-06-236-282/+262
* Rebaselined following tests introduced in merging 44152-44202:tc@google.com2009-06-2313-4/+40
* Following the style guide, replace the overloaded operator==wtc@chromium.org2009-06-232-2/+2
* Some cleanup around WebCore EditCommands:jeremy@chromium.org2009-06-238-16/+16
* Adds svn ignore for the support directory to keep the bots from complaining.slightlyoff@chromium.org2009-06-230-0/+0
* Fixing some REWRITES that got missed somehow.gspencer@google.com2009-06-232-10/+60
* GTK: Fix middle click in bookmark menus opening with wrong disposition.erg@google.com2009-06-231-2/+2
* Handle RTL layout in the gtk tabstrip.jhawkins@chromium.org2009-06-236-27/+54
* Disable TR1 for windows (set _HAS_TR1=0). This change requires a clobber build.ajwong@chromium.org2009-06-232-2/+2
* Adding ..\ClientState\<ChromeGuid>\client key to the uninstall metrics for Go...robertshield@google.com2009-06-231-0/+9
* Ignore SIGPIPE when running tests.mark@chromium.org2009-06-231-1/+18
* Toast experiment: I need to re-laucnh chrome because google_update likes setu...cpu@google.com2009-06-237-8/+42
* Bring in a patch to skia that's required forthakis@chromium.org2009-06-232-1/+2
* Revert the previous checkin r19037 because it causes test_shell towtc@chromium.org2009-06-231-2/+2
* Move MockKeychain into its own file.stuartmorgan@chromium.org2009-06-234-587/+625
* Switching several $(SolutionDir) instances to the equivalent $(ProjectDir) ba...bradnelson@google.com2009-06-232-4/+4
* Disabling some browser tests that fail, as part of deploying the browser test...jcampan@chromium.org2009-06-232-3/+6
* Removing a now irrelevant browser test and disabling 2 failing ones (in order...jcampan@chromium.org2009-06-231-56/+7
* Use the new portable FTP implementation on non-Windows platforms.wtc@chromium.org2009-06-231-2/+2
* Report the process type in Linux crash reports.thestig@chromium.org2009-06-233-1/+31
* Linux: fix crash reporting for zygote modelagl@chromium.org2009-06-234-9/+18
* Cleanup setup dependencies.kuchhal@chromium.org2009-06-231-5/+1
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-2315-5/+364
* Scale the margins according to the DPI of the printer. The margins were fixe...sverrir@google.com2009-06-231-7/+9
* Adds back BrowserWindowGtk::set_drag_active.sky@chromium.org2009-06-232-0/+16
* Alert the user when something fails when printing.sverrir@google.com2009-06-232-4/+15
* Define the == operator for X509Certificate::Fingerprint.wtc@chromium.org2009-06-232-3/+7
* Changes to ExtensionsService to support extensions auto-update.asargent@chromium.org2009-06-233-13/+253
* Implement the add/update functionality for Keychain that PasswordStoreMac willstuartmorgan@chromium.org2009-06-235-195/+510
* Disabling a test (bug filed) that is crashing (I am not sure what the correct...jcampan@chromium.org2009-06-231-1/+2
* This CL makes the browser_tests.exe runnable from outside its directory.jcampan@chromium.org2009-06-231-12/+6
* Re-land r18853jeremy@chromium.org2009-06-2313-1/+522
* Fix build break (file missing from CL).erikkay@google.com2009-06-231-1/+1
* Move extension view classes from browser/extensions to browser/views/extensions.erikkay@google.com2009-06-239-29/+23
* Add flaky test to test expectations.ager@chromium.org2009-06-231-0/+1
* DevTools: object propeties in the scope chain side bar are now sorted. ScopeC...yurys@google.com2009-06-231-22/+92
* Revert 19009 because this prevents inserting return characters.hbono@chromium.org2009-06-238-324/+4
* Plumb a command line argument to enable the XSSAuditor.abarth@chromium.org2009-06-236-1/+14
* Update V8 to version 1.2.9.ager@chromium.org2009-06-231-1/+1
* For consistency, stop using the workarea coordinate inyuzo@chromium.org2009-06-234-19/+36
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-2312-61/+98
* Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...aa@chromium.org2009-06-235-7/+50
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class.This change i...hbono@chromium.org2009-06-238-7/+327
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-238-305/+341
* Add some other missing header files to net.gyp.ericroman@google.com2009-06-231-0/+14
* Adding socks4 support for chromium. tested for windows and linux.arindam@chromium.org2009-06-2310-10/+739