summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mac: Make resizing the window larger nicer when compositor is activethakis@chromium.org2010-09-032-66/+88
| | | | | | | | | | | | | We need to fill the part of the RWHVMac not covered by the compositor subview with white. Resizing smaller is still a bit jumpy. We also still paint an uninitialized IOSurface every now and then. BUG=53165 TEST=Enable compositor, make window larger. Right bottom part of window shouldn't be transparent. Review URL: http://codereview.chromium.org/3319004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58504 0039d316-1c4b-4281-b951-d872f2087c98
* Update the renderer accessibility switch for chrome frame. Renderer ↵ctguil@chromium.org2010-09-031-1/+1
| | | | | | | | | | | accessibility is on by default since revision 49344. BUG=none TEST=none Review URL: http://codereview.chromium.org/3336008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58503 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58493 - Call InitEventRouters after a successful chromeos login. This ↵stoyan@chromium.org2010-09-032-13/+0
| | | | | | | | | | | | | | | | | | | | | successfully solves a problem where extension event listeners were never getting called on Chrome OS because InitEventRouters wasn't getting called from browser_main.cc if the profile was in the temporary OTR state while the login was in progress. Does this need a check to make sure it doesn't happen twice? BUG=51724 TEST=Log in, test simple extension that notifies when a tab is created. Review URL: http://codereview.chromium.org/3177006 TBR=dmazzoni@chromium.org Review URL: http://codereview.chromium.org/3306008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58502 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use the process' default directory for the logfile. Use the temp ↵thaloun@google.com2010-09-033-3/+21
| | | | | | | | | | directory instead. Sending now, while I set up my windows build to test across a couple platforms. Review URL: http://codereview.chromium.org/3303006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58501 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58491 - Implement ISimpleDOM COM interface in BrowserAccessibility. ↵dmazzoni@chromium.org2010-09-032-532/+65
| | | | | | | | | | | | | | | | | Also update a few IAccessible2 functions with some of the new attributes that are available now. BUG=48185 TEST=None Review URL: http://codereview.chromium.org/3219009 TBR=dmazzoni@chromium.org Review URL: http://codereview.chromium.org/3324006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58499 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in HungRendererDialogGtk when contents_ == NULL.dpolukhin@chromium.org2010-09-031-2/+4
| | | | | | | | | BUG=chromium-os:6004 TEST=none Review URL: http://codereview.chromium.org/3325010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58498 0039d316-1c4b-4281-b951-d872f2087c98
* Fix manifest permissions in Chromoting Client UIgarykac@chromium.org2010-09-031-1/+1
| | | | | | | | | | | | Add googleapis.com to the manifest so that we can access the Chromoting Directory. BUG=none TEST=none Review URL: http://codereview.chromium.org/3356003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58497 0039d316-1c4b-4281-b951-d872f2087c98
* Fix valgrind memory leak in session_manager_unittest.garykac@chromium.org2010-09-032-34/+1
| | | | | | | | | BUG=46678,53277 TEST=remove 2 suppressions, run valgrind linux Review URL: http://codereview.chromium.org/3170049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58496 0039d316-1c4b-4281-b951-d872f2087c98
* Update gettoken.py to generate chromoting directory token.garykac@chromium.org2010-09-031-12/+32
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3325005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58495 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes minor bug that prevented version information from appearing in ↵mmenke@chromium.org2010-09-031-1/+1
| | | | | | | | | | | net-internals log dumps. Broke in 57725. BUG=54302 TEST=manual Review URL: http://codereview.chromium.org/3325007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58494 0039d316-1c4b-4281-b951-d872f2087c98
* Call InitEventRouters after a successful chromeos login. This successfullydmazzoni@chromium.org2010-09-032-0/+13
| | | | | | | | | | | | | | | | solves a problem where extension event listeners were never getting called on Chrome OS because InitEventRouters wasn't getting called from browser_main.cc if the profile was in the temporary OTR state while the login was in progress. Does this need a check to make sure it doesn't happen twice? BUG=51724 TEST=Log in, test simple extension that notifies when a tab is created. Review URL: http://codereview.chromium.org/3177006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58493 0039d316-1c4b-4281-b951-d872f2087c98
* Augment the fix for HungRenderDialogView::ButtonPressed.finnur@chromium.org2010-09-031-1/+1
| | | | | | | | | | | We need to check GetRenderProcessHost() (also fixed the typo in the if statement). BUG=http://crbug.com/52293 TEST=None Review URL: http://codereview.chromium.org/3348009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58492 0039d316-1c4b-4281-b951-d872f2087c98
* Implement ISimpleDOM COM interface in BrowserAccessibility. Also updatedmazzoni@chromium.org2010-09-032-65/+532
| | | | | | | | | | | | a few IAccessible2 functions with some of the new attributes that are available now. BUG=48185 TEST=None Review URL: http://codereview.chromium.org/3219009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58491 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary disable a test.antonm@chromium.org2010-09-031-0/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58490 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger new build run.antonm@chromium.org2010-09-031-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58489 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 66666 -> 66724.antonm@chromium.org2010-09-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58487 0039d316-1c4b-4281-b951-d872f2087c98
* Unroll webkit roll.antonm@chromium.org2010-09-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58485 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger another build.antonm@chromium.org2010-09-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58484 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 66666 -> 66724.antonm@chromium.org2010-09-031-1/+1
| | | | | | Review URL: http://codereview.chromium.org/3310011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58483 0039d316-1c4b-4281-b951-d872f2087c98
* Fix various issues with DOMStorage that only showed up in multi-process mode.jorlow@chromium.org2010-09-036-10/+133
| | | | | | | | | | | | We need to beef up our automated test coverage before we come out from behind a flag, but in the mean time, let's fix these known issues. TEST=All the layout tests work in multi-process mode. BUG=none Review URL: http://codereview.chromium.org/3294002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58482 0039d316-1c4b-4281-b951-d872f2087c98
* Adding an icon to use in my upcoming changelist (so the try servers don't ↵finnur@chromium.org2010-09-031-0/+0
| | | | | | | | | | | | | | barf on my change). I'm readding the orange exclamation for use instead of the skull and crossbones for HTTP sites. TBR=alcor BUG=None TEST=None Review URL: http://codereview.chromium.org/3329009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58480 0039d316-1c4b-4281-b951-d872f2087c98
* Set --user-data-dir override earlier, so breakpad gets the right path.mnissler@chromium.org2010-09-031-6/+6
| | | | | | | | | BUG=38642 TEST=Using an official build, check whether the crash reporter respects the prefs checkbox when using --user-data_dir Review URL: http://codereview.chromium.org/3356004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58479 0039d316-1c4b-4281-b951-d872f2087c98
* Remove flaky mark for FilePathWatcherTest, the rewrite resolved it.mnissler@chromium.org2010-09-031-22/+15
| | | | | | | | | BUG=38188 TEST=FilePathWatcherTest.* is robust on Mac Review URL: http://codereview.chromium.org/3322003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58476 0039d316-1c4b-4281-b951-d872f2087c98
* Disables bookmarks bar for new page in BWSI mode.altimofeev@chromium.org2010-09-031-0/+5
| | | | | | | | | BUG=chromioum-os:6028 TEST=Enter to the BWSI session, open new tab. Notice that no bookmarks bar is presented. Review URL: http://codereview.chromium.org/3353009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58475 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 514.0 to 515.0chrome-release@google.com2010-09-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58473 0039d316-1c4b-4281-b951-d872f2087c98
* Gracefully handle the case of empty preference file names in PrefValueStore.mnissler@chromium.org2010-09-034-9/+10
| | | | | | | | | BUG=53917 TEST=Instead of crashing, chrome should display a message if it cannot determine the local state file. Review URL: http://codereview.chromium.org/3322005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58471 0039d316-1c4b-4281-b951-d872f2087c98
* Removed Geolocation Wifi Data Provider unit test suppressionallanwoj@chromium.org2010-09-031-16/+0
| | | | | | | | | | Fix is in this CL http://codereview.chromium.org/3264001 so may as well remove the suppression now. BUG=None TEST=None Review URL: http://codereview.chromium.org/3341006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58470 0039d316-1c4b-4281-b951-d872f2087c98
* Add transition qualifiers to the web navigation api.jochen@chromium.org2010-09-032-3/+62
| | | | | | | | | BUG=50943 TEST=none Review URL: http://codereview.chromium.org/3354003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58469 0039d316-1c4b-4281-b951-d872f2087c98
* Move newline escaping from TemplateFormater to AdmWriters and ↵markusheintz@chromium.org2010-09-033-6/+10
| | | | | | | | | | | PListStringsWriter. BUG=53953 TEST=adm_writer_unittest.py, plist_strings_writer_unittest.py Review URL: http://codereview.chromium.org/3214014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58468 0039d316-1c4b-4281-b951-d872f2087c98
* SSLConfigServiceManagerPref: small fix to work around Clang problem.hans@chromium.org2010-09-031-1/+1
| | | | | | | | | | | | | | | | SSLConfigServiceManagerPref is a friend of SSLConfigServicePref, which inherits from net::SSLConfigService. So technically, it should have access to the protected static member net::SSLConfigService::SetSSLConfigFlags, but Clang does not currently support this. As a work-around, make the call through SSLConfigServicePref instead. BUG=none TEST=none Review URL: http://codereview.chromium.org/3298007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58467 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug that the default input method of added language is not checked.kochi@chromium.org2010-09-031-0/+1
| | | | | | | | | BUG=chromium-os:6413 TEST=manually add a language and check if the first im is checked. Review URL: http://codereview.chromium.org/3310010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58466 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Var() syntax support.mnissler@chromium.org2010-09-031-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3342013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58465 0039d316-1c4b-4281-b951-d872f2087c98
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-0314-134/+164
| | | | | | | | | | | | | | | | creating connections rather than doing it manually. With this update, I believe we no longer need to avoid preconnects through proxies. The new logic can handle that case. Also updated the predictor_api slightly for the next wave of work. BUG=none TEST=existing Review URL: http://codereview.chromium.org/3226011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58464 0039d316-1c4b-4281-b951-d872f2087c98
* Unit tests for file_system_backend.cc kkanetkar@chromium.org2010-09-034-4/+507
| | | | | | | | BUG=32277 Review URL: http://codereview.chromium.org/3239011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58463 0039d316-1c4b-4281-b951-d872f2087c98
* o3d-webgl: Assume 4 in case Float32Array is missing BYTES_PER_ELEMENT.pathorn@chromium.org2010-09-031-1/+2
| | | | | | | | BUG=233 TEST=Examples which use primitives work in FF4b4 Review URL: http://codereview.chromium.org/3349004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58462 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Fix findbar drag and drop. Make the FindBarView eat drags, so they ↵rohitrao@chromium.org2010-09-036-78/+57
| | | | | | | | | | | don't pass through to the views below. Make the FindBarTextField focus itself in draggingEntered:, allowing us to drag text to the editor. BUG=41417 TEST=Should be able to drag text and urls to the find bar. TEST=Should not be able to drop urls in the margin between the find bar's text field and the web. Review URL: http://codereview.chromium.org/3242007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58461 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/3309007/show for jeanluc:sky@chromium.org2010-09-034-24/+156
| | | | | | | | | | Add a created_by_policy field to TemplateURL. Added unit tests. BUG=49306 TEST=WebDatabaseTest.Keywords* Review URL: http://codereview.chromium.org/3323006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58460 0039d316-1c4b-4281-b951-d872f2087c98
* Sort preload engines on checkbox change as well.kochi@chromium.org2010-09-031-7/+18
| | | | | | | | | BUG=6326 TEST=manually test on ChromeOS device Review URL: http://codereview.chromium.org/3333009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58459 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Server Push bug; we properly detected the duplicate SYN, but we forgot tombelshe@chromium.org2010-09-033-15/+72
| | | | | | | | | | | | break out, so we leaked the stream. Also add a netlog entry for the case where we max out the active stream limit. BUG=none TEST=SpdyNetworkTransactionTest.ServerPushDuplicate Review URL: http://codereview.chromium.org/3310009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58458 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the DEPS for rlz library r15:r16.tfarina@chromium.org2010-09-031-1/+1
| | | | | | | | | | | | | This should fix the win build. BUG=44644 TEST=None TBR=maruel@chromium.org Review URL: http://codereview.chromium.org/3318010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58457 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the default argument from RegKey::ReadValue.tfarina@chromium.org2010-09-034-10/+7
| | | | | | | | | BUG=44644 TEST=base_unittests --gtest_filter=RegistryTest.* Review URL: http://codereview.chromium.org/3259005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58456 0039d316-1c4b-4281-b951-d872f2087c98
* [CrOS] Fix reserved accelerators' behavior.suzhe@chromium.org2010-09-031-0/+14
| | | | | | | | | | | | | This CL fixes BrowserView::PreHandleKeyboardEvent() to make sure reserved accelerators have the same behavior of normal ones handled by views::FocusManager::OnKeyEvent() method. BUG=54213 TEST=See bug report. Review URL: http://codereview.chromium.org/3353008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58455 0039d316-1c4b-4281-b951-d872f2087c98
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-0342-279/+298
| | | | | | | | | | | | last_accessed and creation_time fields. BUG=none TEST=none Review URL: http://codereview.chromium.org/3347005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58454 0039d316-1c4b-4281-b951-d872f2087c98
* Add command-line switch to enable FileSystem API support.kinuko@chromium.org2010-09-035-1/+9
| | | | | | | | | | | This doesn't set the flag for workers. BUG=32277 TEST=none; to be added when we have complete implementation. Review URL: http://codereview.chromium.org/3240006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58453 0039d316-1c4b-4281-b951-d872f2087c98
* importer: Use BookmarkModel::HasBookmarks instead of ↵tfarina@chromium.org2010-09-031-9/+3
| | | | | | | | | | | | | | BookmarkModel::GetBookmarks. Reason: The importer only needs to know wheter any bookmarks exist or not, instead of needing to go through all bookmarks to know that. BUG=45551 TEST=trybots Review URL: http://codereview.chromium.org/3227001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58452 0039d316-1c4b-4281-b951-d872f2087c98
* Instead of trying to arrange things so that there is something covering all ↵aa@chromium.org2010-09-038-139/+149
| | | | | | | | | | | | | | the parts of the scrollable area we don't want to see, use -webkit-image-mask to only show the parts we do want to see. This change also fixes overflow of miniview items. Under some circumstances, the old JS approach wasn't working. Used a CSS one instead. TEST=Set up most visisted so that it has items. Start it in expanded mode. Minimize it. There should be no clipped last item. Review URL: http://codereview.chromium.org/3363001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58451 0039d316-1c4b-4281-b951-d872f2087c98
* supppressing another 50638 related memory erroroshima@chromium.org2010-09-031-1/+18
| | | | | | | | | BUG=50638 TEST=none Review URL: http://codereview.chromium.org/3311010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58450 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: include an updated copy of xdg-mime that fixes default browser ↵mdm@chromium.org2010-09-034-10/+17
| | | | | | | | | | | selection on KDE 4. This should probably wait until after we branch for M7 this week. BUG=18106,33842 TEST=default browser selection works in KDE 4 on distributions shipping CVS xdg-mime Review URL: http://codereview.chromium.org/3258009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58449 0039d316-1c4b-4281-b951-d872f2087c98
* This feature was already enabled on windows and mac last week ↵satish@chromium.org2010-09-032-4/+5
| | | | | | | | | | | | | (http://codereview.chromium.org/3261001), and since it now works on linux as well I'm including that. This is just for the dev channel and soon after will be removed for the beta and stable builds. BUG=53598 TEST=browser_tests --gtest_filter="SpeechInputBrowserTest.*" Review URL: http://codereview.chromium.org/3315007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58448 0039d316-1c4b-4281-b951-d872f2087c98
* Add var for googlecode URL.tessamac@google.com2010-09-031-18/+19
| | | | | | | | | | | Contributed by tessamac@chromium.org BUG=52805 TEST=Check that DEPS urls are still constructed correctly with gclient sync --force. Review URL: http://codereview.chromium.org/3251002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58447 0039d316-1c4b-4281-b951-d872f2087c98