summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add third_party/chromeos_text_input to .gitignore.derat@chromium.org2010-01-271-0/+1
| | | | | | | | | | TBR=satorux BUG=none TEST=none Review URL: http://codereview.chromium.org/555120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37220 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed bug involving destruction order in GaiaAuth.akalin@chromium.org2010-01-272-8/+25
| | | | | | | | | | | See bug for more details. BUG=33120 TEST=Put sleep(15) before post of on_work_done_task, made sure OnAuthDone doesn't get called on shutdown. Review URL: http://codereview.chromium.org/548147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37219 0039d316-1c4b-4281-b951-d872f2087c98
* Remove references to domstorage tests that haven't landed yet.dpranke@chromium.org2010-01-271-13/+0
| | | | | | | | | | BUG=none TEST=run_webkit_tests doesn't complain about missing tests R=jorlow@chromium.org Review URL: http://codereview.chromium.org/553112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37218 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 53878jorlow@chromium.org2010-01-273-3/+3
| | | | | | | | | | TEST=none BUG=33195 TBR=darin Review URL: http://codereview.chromium.org/555117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37213 0039d316-1c4b-4281-b951-d872f2087c98
* linux: rebaseline a test (minor font difference from Windows)evan@chromium.org2010-01-273-1/+1
| | | | | | | | BUG=9962 Review URL: http://codereview.chromium.org/557008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37211 0039d316-1c4b-4281-b951-d872f2087c98
* Send the right event to Cocoa plugins when modifier keys are pressedstuartmorgan@chromium.org2010-01-271-2/+26
| | | | | | | | | BUG=31846 TEST=None (automated tests will follow once the event-faking infrastructure is in place on the Mac) Review URL: http://codereview.chromium.org/555107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37210 0039d316-1c4b-4281-b951-d872f2087c98
* Moved GetUserDirectory() into mac_util.mm.akalin@chromium.org2010-01-276-81/+59
| | | | | | | | | | | | | | | Made mac_util.mm and chrome_paths_mac.mm use GetUserDirectory(). Made firefox_importer_utils_mac.mm use PathService. Added unittests for GetUserDirectory(). BUG=22045 TEST=trybots Review URL: http://codereview.chromium.org/548123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37206 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the Mac "Certificate Information" button by binding the enabled ↵thakis@chromium.org2010-01-272-3/+4
| | | | | | | | | | | | attribute of the button to the correct key. BUG=33124 TEST=Check that the Certificate Information button is enabled on an https page. Review URL: http://codereview.chromium.org/552171 Patch from Vernon Tang. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37205 0039d316-1c4b-4281-b951-d872f2087c98
* Send Cocoa-event plugins drags, rather than moves, when a mouse button is downstuartmorgan@chromium.org2010-01-271-2/+7
| | | | | | | | | BUG=32996 TEST=Mouseover and drag should work correctly in Google Earth and Flash 10.1. Review URL: http://codereview.chromium.org/551154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37204 0039d316-1c4b-4281-b951-d872f2087c98
* Do not try to swap chrome.exe if machine is shutting down.kuchhal@chromium.org2010-01-271-1/+2
| | | | | | | | | BUG=18063 TEST=Installer an update while Chrome is running. Log out of machine without closing Chrome first and make sure sure Chrome gets updated cleanly whenever it is launched next. Review URL: http://codereview.chromium.org/553079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37202 0039d316-1c4b-4281-b951-d872f2087c98
* linux: also load plugins from ~/.config/google-chrome/Pluginsevan@chromium.org2010-01-272-2/+13
| | | | | | | | | | | This matches Mozilla, which uses ~/.mozilla/plugins. BUG=22261 TEST=watch an strace, see that it hits the appropriate dir when loading plugins Review URL: http://codereview.chromium.org/553102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37201 0039d316-1c4b-4281-b951-d872f2087c98
* Rename functions from MixedCase to lower_case_with_underscores for compliancedpranke@chromium.org2010-01-2728-1320/+1342
| | | | | | | | | | | | | | | | | | | | | with PEP-8 in preparation for upstreaming this code to webkit.org. This change was done by running the pep8_names.py script I wrote ( attached to https://bugs.webkit.org/show_bug.cgi?id=31498) with the following command-line parameters: % ./pep8_names.py -i --acronym WebKit --acronym LigHTTPd --acronym WDiff \ --acronym BuildBot *.py */*.py The code was then reformatted to fit the 79-character line limit. BUG=23099 TEST=none R=levin@chromium.org Review URL: http://codereview.chromium.org/553089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37200 0039d316-1c4b-4281-b951-d872f2087c98
* Don't emit focus event when moving focus around when re-creating fixed widget.oshima@chromium.org2010-01-272-9/+79
| | | | | | | | | | | | - This fixes the crash in compact navigation bar without a adjustment. - I didn't remove the adjustment because ths is necessary to make the compact navigation bar transparent. (currently, the clipping code assumes that the fixed widget and the actual opaque child have the same side, which is not the case for AutocompleteEditView. BUG=chromium-os:1010 TEST=manual: compact nav bar does not crash. Review URL: http://codereview.chromium.org/548151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37198 0039d316-1c4b-4281-b951-d872f2087c98
* Unload and BeforeUnload handlers would not get invoked within pages inside ↵ananta@chromium.org2010-01-277-14/+168
| | | | | | | | | | | | | | | | | | | | | | | | ChromeFrame. This was because the ExternalTabContainer would close the underlying tab contents in its OnDestroy handler without invoking unload handlers on the page if any. In Chrome the TabStripModel invokes the RunUnloadListenerBeforeClosing on the delegate which is implemented by the browser. We need to mimic this in the external tab container. To achieve this we now have a static helper function RunUnloadListenerBeforeClosingHelper in the browser class which is called by the ExternalTabContainer and the Browser::RunUnloadListenerBeforeClosing function. The ExternalTabContainer also needs to wait for the unload handlers on the page to return before it returns control back to the host browser. To achieve this we enter a nested modal loop which is exited when the underlying tab is closed. Fixes bug http://code.google.com/p/chromium/issues/detail?id=31853 Bug=31853 Test=Covered by ChromeFrame unit test. Review URL: http://codereview.chromium.org/543183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37197 0039d316-1c4b-4281-b951-d872f2087c98
* Change hardcoded strings (!) in Mac unittest to match real string changes.pkasting@chromium.org2010-01-271-2/+2
| | | | | | | | | TBR=rsesek BUG=32719 TEST=none Review URL: http://codereview.chromium.org/556033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37196 0039d316-1c4b-4281-b951-d872f2087c98
* Fix rebaselining tool to not add WIN-7 and WIN-VISTA tags if the original ↵victorw@chromium.org2010-01-271-2/+8
| | | | | | | | | | | | | | test does not specify platform option. This is a temp solution for rebaselining tool. Need to remove the check once we have more reliable Win7 and Vista builtbot. R=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/552168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37195 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 53869jorlow@chromium.org2010-01-279-1/+74
| | | | | | | | | | TEST=none BUG=none TBR=darin Review URL: http://codereview.chromium.org/553101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37194 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Use GTK+ theme selection colors and plumb them into webkit. [Chromium ↵erg@google.com2010-01-2712-11/+134
| | | | | | | | | | | side of patch] BUG=25831 TEST=none Review URL: http://codereview.chromium.org/554004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37193 0039d316-1c4b-4281-b951-d872f2087c98
* Move a string to be with the right section.pkasting@chromium.org2010-01-271-3/+3
| | | | | | | | | TBR=zel BUG=32719 TEST=none Review URL: http://codereview.chromium.org/548158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37179 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break. While I'm at it, update the Flash settings link wording ↵pkasting@chromium.org2010-01-271-3/+3
| | | | | | | | | | | slightly. TBR=zel BUG=none TEST=none Review URL: http://codereview.chromium.org/552169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37176 0039d316-1c4b-4281-b951-d872f2087c98
* One more string update that got missed in the cookie UI changes.pkasting@chromium.org2010-01-261-5/+2
| | | | | | | | | TBR=zel BUG=32719 TEST=none Review URL: http://codereview.chromium.org/552165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37170 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a bunch of strings we're not going to end up using.pkasting@chromium.org2010-01-261-96/+6
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/556026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37166 0039d316-1c4b-4281-b951-d872f2087c98
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-2649-167/+193
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/552004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37164 0039d316-1c4b-4281-b951-d872f2087c98
* Code Cleanup: Browser::CreateForApp can no longer create TYPE_APP_POPUP windowsrafaelw@chromium.org2010-01-262-9/+8
| | | | | | | | | | | This cleans up the interface for BrowserCreateForApp() which now longer takes a final argument of is_popup. The code has changed so that it is no caller is ever passing in true, so the code has been simplified. BUG=5739 TEST=Ensure steps in bug report still no longer produce the bug. Review URL: http://codereview.chromium.org/556024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37163 0039d316-1c4b-4281-b951-d872f2087c98
* Add infobar warning user of extension install failure when trying to install ↵estade@chromium.org2010-01-262-6/+31
| | | | | | | | | | in incognito mode. BUG=27945 Review URL: http://codereview.chromium.org/543155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37162 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Possibly prevent crashes by properly handling missing/invalid favicons ↵rohitrao@chromium.org2010-01-261-1/+10
| | | | | | | | | | in HungRendererController. BUG=33160 TEST=None. (No repro case. Hopefully crashes will go away.) Review URL: http://codereview.chromium.org/556022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37161 0039d316-1c4b-4281-b951-d872f2087c98
* Spellchecker: fix render view auto-suggest context menu itemsestade@chromium.org2010-01-261-6/+7
| | | | | | | | | BUG=28652 TEST=see bug Review URL: http://codereview.chromium.org/553103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37160 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: disable the find bar error bell.estade@chromium.org2010-01-261-1/+5
| | | | | | | | | | | this is potentially temporary BUG=27635 TEST=search for something that doesn't exist in the page Review URL: http://codereview.chromium.org/548154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37159 0039d316-1c4b-4281-b951-d872f2087c98
* Guess the Valgrind PATH in a separate scripttimurrrr@chromium.org2010-01-263-84/+96
| | | | | | Review URL: http://codereview.chromium.org/556025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37158 0039d316-1c4b-4281-b951-d872f2087c98
* I can rebaseline!jorlow@chromium.org2010-01-2612-28/+33
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/552161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37157 0039d316-1c4b-4281-b951-d872f2087c98
* Prevents a crash that occurs when multiple ExtensionHost objects point to ↵andybons@chromium.org2010-01-262-21/+43
| | | | | | | | | | the same Extension object and then crash (or are killed by the Task manager). Since the first ExtensionHost RenderViewGone will cause the Extension to be unloaded, the subsequent call will try and unload a dirty pointer. This is prevented by NULLing out the Extension pointer in the host and checking it upon RenderViewGone before sending a notification to have it unloaded (again). TEST=none BUG=32613,32653 Review URL: http://codereview.chromium.org/555103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37156 0039d316-1c4b-4281-b951-d872f2087c98
* Split chromeos options page into system and internet.chocobo@chromium.org2010-01-2618-350/+423
| | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/548152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37155 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed race condition with AddressWatchTask and ServerConnectionManager.akalin@chromium.org2010-01-263-22/+11
| | | | | | | | | BUG=33162 TEST=manually with sleep() Review URL: http://codereview.chromium.org/552157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37154 0039d316-1c4b-4281-b951-d872f2087c98
* Content Settings dialog and related Options UI changes.zelidrag@chromium.org2010-01-2621-346/+1729
| | | | | | | | | BUG=32719 TEST=none Review URL: http://codereview.chromium.org/554045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37153 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-2614-0/+0
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37152 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old Valgrind build scripts and patches.timurrrr@chromium.org2010-01-268-947/+6
| | | | | | Review URL: http://codereview.chromium.org/543213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37151 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the appcache by default and add a cmd line switch to optionally ↵michaeln@chromium.org2010-01-265-7/+7
| | | | | | | | | | | disable it. BUG=25977 TEST=manual, verified disabled with --disable-application-cache Review URL: http://codereview.chromium.org/548122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37150 0039d316-1c4b-4281-b951-d872f2087c98
* Enable extension tests now that upstream r53815 has fixed the crash in ↵dimich@chromium.org2010-01-261-15/+0
| | | | | | | | | | pthread_join on Linux. BUG=33085 TEST=none Review URL: http://codereview.chromium.org/552155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37149 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes flakiness in session restore test. I'm adding two things:sky@chromium.org2010-01-266-8/+54
| | | | | | | | | | | | | | | | . Make the newly created popup navigate to a url. Without this session restore won't restore the tab. . Before exiting manually shutdown the session service. Without this the windows are closed, which, depending upon timing, is treated as though the user closed the window so that session restore won't restore the window. BUG=32716 TEST=this is only a test fix Review URL: http://codereview.chromium.org/552134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37148 0039d316-1c4b-4281-b951-d872f2087c98
* images for translate infobars.kuan@chromium.org2010-01-2630-0/+30
| | | | | | Review URL: http://codereview.chromium.org/553071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37147 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 53857jorlow@chromium.org2010-01-261-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=darin Review URL: http://codereview.chromium.org/551152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37146 0039d316-1c4b-4281-b951-d872f2087c98
* Associate popups with the top level frame instead of the security origin.erg@google.com2010-01-2619-69/+52
| | | | | | | | | | | No longer send the creator from the renderer to the browser since this was all it was used for. BUG=none TEST=none Review URL: http://codereview.chromium.org/543199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37143 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Give the cookies manager a search field.rsesek@chromium.org2010-01-264-21/+222
| | | | | | | | | | | | | | | XIB changes: * Add an NSSearchField and adjust window size. * Add an outlet for the NSOutlineView so we can clear the delegate to avoid potential crashes during sheet closing. * Change the control size of the NSOutlineView to small (looks better). BUG=32328 TEST=Chromium-->Preferences-->Under the Hood-->Show cookies... Enter a domain or domain substring and, without hitting enter, results should be filtered. Review URL: http://codereview.chromium.org/557002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37139 0039d316-1c4b-4281-b951-d872f2087c98
* ChromiumOS: Automatically send try jobs to the linux_chromeos try bot for ↵thestig@chromium.org2010-01-261-0/+12
| | | | | | | | | | changes in chrome/browser/chromeos. BUG=none TEST=none Review URL: http://codereview.chromium.org/549139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37137 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for UserIdleTime to Linux.zork@chromium.org2010-01-267-76/+182
| | | | | | | | | BUG=32421 TEST=none Review URL: http://codereview.chromium.org/553051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37136 0039d316-1c4b-4281-b951-d872f2087c98
* Fix GTK version of options dialog to place it to the center of last active ↵dpolukhin@chromium.org2010-01-261-0/+41
| | | | | | | | | | | browser window. BUG=1143 TEST=Tested on Linux with two monitors. Review URL: http://codereview.chromium.org/551094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37135 0039d316-1c4b-4281-b951-d872f2087c98
* Another change to the test expectations :-)jorlow@chromium.org2010-01-261-1/+2
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/555100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37133 0039d316-1c4b-4281-b951-d872f2087c98
* Another fix :-(jorlow@chromium.org2010-01-261-3/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37127 0039d316-1c4b-4281-b951-d872f2087c98
* Remove literal dependencies on browser for network menu button (actuallyavayvod@chromium.org2010-01-262-7/+6
| | | | | | | | | | just renamed a couple of things). BUG=0 TEST=Just a rename so doesn't change anything. Review URL: http://codereview.chromium.org/551153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37126 0039d316-1c4b-4281-b951-d872f2087c98
* Fix expectationsjorlow@chromium.org2010-01-261-4/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37124 0039d316-1c4b-4281-b951-d872f2087c98