summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Mac] Make the info link in the blocked cookies bubble a button.jochen@chromium.org2010-07-071-46/+50
| | | | | | | | | BUG=45230 TEST=none Review URL: http://codereview.chromium.org/2818046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51714 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug effectively disabling the default plugin.bauerb@chromium.org2010-07-072-4/+5
| | | | | | | | | | | Also, re-enable DefaultPluginUITest.DefaultPluginLoadTest. BUG=48388,46662 TEST=DefaultPluginUITest.DefaultPluginLoadTest Review URL: http://codereview.chromium.org/2854041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51713 0039d316-1c4b-4281-b951-d872f2087c98
* Add Mozilla's ISimpleDOM COM interfaces, which are neededdmazzoni@chromium.org2010-07-078-0/+558
| | | | | | | | | | | | | | | | in order to fully support Windows screenreaders. Note: it makes sense to check these files into third_party directly (rather than pull from Mozilla's repository) because (1) they're very small (under 500 lines total), and (2) they're stable and unlikely to change frequently. BUG=48185 TEST=none Review URL: http://codereview.chromium.org/2802031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51710 0039d316-1c4b-4281-b951-d872f2087c98
* Update iaccessible2 interface to latest version. Add README and LICENSEdmazzoni@chromium.org2010-07-073-452/+1054
| | | | | | | | | | | files that were inadvertantly left out of the initial changelist. BUG=none TEST=none Review URL: http://codereview.chromium.org/2830037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51709 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Change translate infobar gradients to light grey.jeremy@chromium.org2010-07-071-17/+7
| | | | | | | | | BUG=39813 TEST=translate infobars should have a very light gray gradient background. Review URL: http://codereview.chromium.org/2814049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51707 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BackupSocketConnect unittest.cbentzel@chromium.org2010-07-071-1/+2
| | | | | | | | | BUG=43919 TEST=net_unittests Review URL: http://codereview.chromium.org/2810051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51706 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 459.0 to 460.0chrome-release@google.com2010-07-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51702 0039d316-1c4b-4281-b951-d872f2087c98
* Pass the correct flag to input_method::GetInputMethodIdsFromLanguageCode() ↵yusukes@google.com2010-07-071-1/+1
| | | | | | | | | | | function. BUG=chromium-os:4575 TEST=see the bug Review URL: http://codereview.chromium.org/2884017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51700 0039d316-1c4b-4281-b951-d872f2087c98
* Remove false warning.yusukes@google.com2010-07-071-1/+1
| | | | | | | | | | | Obviously we don't have to write an error log when |type| is kKeyboardLayoutsOnly. BUG=none TEST=manual Review URL: http://codereview.chromium.org/2871037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51699 0039d316-1c4b-4281-b951-d872f2087c98
* Add string resources for ibus-chewing.yusukes@google.com2010-07-072-1/+17
| | | | | | | | | BUG=chromium-os:4570 TEST=started ibus-chewing, toggled properties, then verified there were no errors in /home/chronos/chrome_log. Review URL: http://codereview.chromium.org/2836049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51698 0039d316-1c4b-4281-b951-d872f2087c98
* Attempted build fix. TBR=tonythakis@chromium.org2010-07-072-2/+2
| | | | | | Review URL: http://codereview.chromium.org/2805074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51696 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo in input_method_util.cc.yusukes@google.com2010-07-071-1/+4
| | | | | | | | | BUG=chromium-os:4565 TEST=none Review URL: http://codereview.chromium.org/2888002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51694 0039d316-1c4b-4281-b951-d872f2087c98
* Do not show shortcut labels when labels are set to empty.satorux@chromium.org2010-07-071-26/+56
| | | | | | | | | | | | In particular, we should not show shortcut labels when ibus-mozc shows suggestions. BUG=chromium-os:4563 TEST=manually with ibus-mozc Review URL: http://codereview.chromium.org/2855033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51693 0039d316-1c4b-4281-b951-d872f2087c98
* Move default_plugin from webkit/ to chrome/thakis@chromium.org2010-07-0736-82/+82
| | | | | | | | | | | Second try, first try at http://codereview.chromium.org/2803035 . Also contains http://codereview.chromium.org/2838044 , changes to DEPS files (mostly cleanups), and a change to webkit/glue/plugins/webplugin_delegate_impl_win.cc . BUG= 48419 TEST=everything still builds Review URL: http://codereview.chromium.org/2813047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51692 0039d316-1c4b-4281-b951-d872f2087c98
* Remove logging in SetImeConfig().yusukes@google.com2010-07-071-2/+0
| | | | | | | | | | | The LOG() is too verbose now since it is ensured that the call succeeds. BUG=none TEST=none Review URL: http://codereview.chromium.org/2803038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51689 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify LanguageConfigModelsatorux@chromium.org2010-07-074-36/+28
| | | | | | | | | | | | | | | Get rid of Init() method from LanguageConfigModel, and add a call to NotifyPrefChanged() in the constructor. Along the way, fix a sytle issue in LanguageConfigView. Per the style guide, model should look like model_, as it's a member variable. TEST=manually on the netbook. BUG=none Review URL: http://codereview.chromium.org/2872031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51688 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 51681 - Move default_plugin out of webkit.thakis@chromium.org2010-07-0732-65/+69
| | | | | | | | | | | BUG=48419 Review URL: http://codereview.chromium.org/2803035 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/2819043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51684 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 51682 - Build fix attempt.thakis@chromium.org2010-07-073-3/+2
| | | | | | | | | | | | | Parts by hbono. TBR=tony^work Review URL: http://codereview.chromium.org/2838044 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/2822050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51683 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix attempt.thakis@chromium.org2010-07-073-2/+3
| | | | | | | | | | Parts by hbono. TBR=tony^work Review URL: http://codereview.chromium.org/2838044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51682 0039d316-1c4b-4281-b951-d872f2087c98
* Move default_plugin out of webkit.thakis@chromium.org2010-07-0732-69/+65
| | | | | | | | BUG=48419 Review URL: http://codereview.chromium.org/2803035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51681 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Add tooltip to download item.thakis@chromium.org2010-07-073-2/+19
| | | | | | | | | BUG=41195 TEST=Download file with long name. Dangerous download view shouldn't have tooltip, normal download button should. Review URL: http://codereview.chromium.org/2835036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51680 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 62548:62606.vitalyr@chromium.org2010-07-071-1/+1
| | | | | | | | | | TBR=pkasting BUG=none TEST=none Review URL: http://codereview.chromium.org/2822048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51679 0039d316-1c4b-4281-b951-d872f2087c98
* Add IssueAuthToken and unit tests to GaiaAuthenticator2.chron@chromium.org2010-07-068-87/+282
| | | | | | | | | | | GaiaAuthConsumer pure virtuals now optional since you can choose to not listen to ClientLogin subscriptions. Renamed ClientLoginError to a general GaiaAuthError. BUG=47093 TEST=Unit tests included Review URL: http://codereview.chromium.org/2834042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51678 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the current version of the history index DBs, because of the switch ↵dumi@chromium.org2010-07-061-2/+4
| | | | | | | | | | | | from fts2 to fts3. BUG=none TEST=none Review URL: http://codereview.chromium.org/2825037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51677 0039d316-1c4b-4281-b951-d872f2087c98
* Adjusted both user and camera image size to 256x256.avayvod@chromium.org2010-07-062-25/+35
| | | | | | | | | | | | Eliminated resizing the image upon receiving each frame. BUG=None TEST=Test that video image from camera is the same as the selected image on image screen and positioned at the same level. Review URL: http://codereview.chromium.org/2817050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51674 0039d316-1c4b-4281-b951-d872f2087c98
* Add Notifications pane to content settings.thakis@chromium.org2010-07-0616-61/+709
| | | | | | | | | | | | | | | | | | THIS CHANGES THE BEHAVIOR OF HOW PERMISSIONS WORK: Previosly an infobar was shown every time an application requested notification permissions. Now, this is shown only the first time an application requests permissions, and the choice is remembered thereafter. If the kDesktopNotificationDefaultContentSetting preference is set, no infobar is shown at all. This CL also adds content settings UI to manage the exceptions list on mac, win, and linux. xib changes: Add a new pane to the content settings tab view, with the right title, radio box strings, actions, and bindings. BUG=45547 TEST=Go to a site that shows notifications. It should only ask for permissions once, and remember the user choice after that. Content Settings->Notifications->Exceptions should show the exceptions list. The content settings pane should be fully functional, and the radio button options ("don't ask") should have an effect on pages that weren't visited before. Review URL: http://codereview.chromium.org/2825028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51673 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 62496:62548.vitalyr@chromium.org2010-07-061-1/+1
| | | | | | | | | | TBR=pkasting BUG=none TEST=none Review URL: http://codereview.chromium.org/2829047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51671 0039d316-1c4b-4281-b951-d872f2087c98
* Changed definition of IntervalTree to contain closed, rather thankbr@google.com2010-07-064-12/+82
| | | | | | | | | | | | | | open, intervals, and changed back PathProcessor's AllSegmentsOverlappingY debug routine to report closed intervals. This fixes more rendering issues with the SVG butterfly. BUG=none TEST=samples/gpu2d/regression-tests/orientation-bug-3.html TBR=apatrick Review URL: http://codereview.chromium.org/2847049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51670 0039d316-1c4b-4281-b951-d872f2087c98
* Backend changes for notifications content settings.thakis@chromium.org2010-07-068-67/+459
| | | | | | | | | | | | | NotificationExceptionsTableModel is now functional, and DesktopNotificationService::GetContentSetting contains the new permission behavior. Both aren't used anywhere yet, so still no functionality change (but this is the last CL without functionality changes). Also add a ton of tests. BUG=45547 TEST=unit tests Review URL: http://codereview.chromium.org/2868042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51669 0039d316-1c4b-4281-b951-d872f2087c98
* Spelling correction: s/nonexistant/nonexistent. And trigger buildbots.viettrungluu@chromium.org2010-07-062-8/+8
| | | | | | | | TBR=viettrungluu@chromium.org Review URL: http://codereview.chromium.org/2630003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51668 0039d316-1c4b-4281-b951-d872f2087c98
* Rename IDS_GEOLOCATION_EXCEPTION_DIALOG to IDS_SIMPLE_CONTENT_EXCEPTION_DIALOGthakis@chromium.org2010-07-063-6/+6
| | | | | | Review URL: http://codereview.chromium.org/2850044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51667 0039d316-1c4b-4281-b951-d872f2087c98
* chocobo's comments on http://codereview.chromium.org/2769007/showjoth@chromium.org2010-07-061-6/+6
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2847023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51666 0039d316-1c4b-4281-b951-d872f2087c98
* Arm build fix.pfeldman@chromium.org2010-07-061-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2829046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51665 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: follow up to r51661 (64bit build fix).pfeldman@chromium.org2010-07-061-2/+2
| | | | | | Review URL: http://codereview.chromium.org/2808047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51662 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: add stub for HTTP-based remote debugger interface.pfeldman@chromium.org2010-07-0613-49/+385
| | | | | | Review URL: http://codereview.chromium.org/2802032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51661 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 458.0 to 459.0chrome-release@google.com2010-07-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51659 0039d316-1c4b-4281-b951-d872f2087c98
* An experimental fix for Issue 48361.hbono@chromium.org2010-07-061-1/+1
| | | | | | | | | | This change just adds [shadow release] to release the NSShadow object used in the function. (I'm not totally sure if it is a correct fix, though.) BUG=48361 TEST=make the "Chromium Mac UI (valgrind)(2)" bot greener. Review URL: http://codereview.chromium.org/2859044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51657 0039d316-1c4b-4281-b951-d872f2087c98
* Display an info link in the blocked cookies info bubble.jochen@chromium.org2010-07-0611-18/+189
| | | | | | | | | | | | | The link will pop up a dialog that displays the cookies blocked and accessed by the current page. The XIB change adds a link-styled button (cell type HyperlinkButtonCell) below the title and above the horizontal line on the bubble with the text IDS_BLOCKED_COOKIES_INFO. The button action is hooked up to showMoreInfo: in the File's Owner. BUG=45230 TEST=none Review URL: http://codereview.chromium.org/2799012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51656 0039d316-1c4b-4281-b951-d872f2087c98
* Display warning banner in Win preferences dialog for managed options.mnissler@chromium.org2010-07-0616-87/+392
| | | | | | | | | BUG=43423 TEST=box_layout_unittest.cc, manual UI tests. Review URL: http://codereview.chromium.org/2738002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51655 0039d316-1c4b-4281-b951-d872f2087c98
* ibus-hangul: Use Ctrl+Alt+F9 as a Hanja hot-key instead of F9.yusukes@google.com2010-07-065-0/+17
| | | | | | | | | | | Since F9 is reserved by the window manager on Chrome OS. BUG=chromium-os:4319 TEST=manually Review URL: http://codereview.chromium.org/2800039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51654 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the Configure buttons for opening the mozc configuration dialog.mazda@chromium.org2010-07-062-6/+4
| | | | | | | | | TEST=manually on netbook BUG=chromium-os:2625 Review URL: http://codereview.chromium.org/2815049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51653 0039d316-1c4b-4281-b951-d872f2087c98
* Fix integer underflow in ParseHandshakeHeader in websocket_handshake_handler.ccukai@chromium.org2010-07-063-9/+44
| | | | | | | | | BUG=48330 TEST=WebSocketHandshakeResponseHandlerTest.BadResponse and BadResponse2 don't crash and passes Review URL: http://codereview.chromium.org/2870047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51652 0039d316-1c4b-4281-b951-d872f2087c98
* base: Get rid of the deprecated SysInfo::HasEnvVar.tfarina@chromium.org2010-07-055-25/+7
| | | | | | | | | | | Use the new EnvVarGetter::HasEnv instead. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/2819042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51648 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62496yurys@chromium.org2010-07-051-1/+1
| | | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/2805072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51647 0039d316-1c4b-4281-b951-d872f2087c98
* Password changed UI.nkostylev@google.com2010-07-0516-86/+424
| | | | | | | | | BUG= http://crosbug.com/323 TEST=Manual. Change password for the account that was previously logged on the device. Observe dialog box. Review URL: http://codereview.chromium.org/2834041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51644 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed mismatch in fast and slow queries in overlap tests duringkbr@google.com2010-07-054-7/+168
| | | | | | | | | | | | | | | orientation determination which was causing assertion failures on some inputs. Avoided ray casting tests where results will not change decision of which side to fill. SVG butterfly is closer to rendering correctly with these changes but is still not 100% correct. BUG=none TEST=samples/gpu2d/regression-tests/orientation-bug-2.html TBR=apatrick Review URL: http://codereview.chromium.org/2862045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51643 0039d316-1c4b-4281-b951-d872f2087c98
* TBR:denisromanov@chromium.orgnkostylev@google.com2010-07-052-2/+14
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51642 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Make valgrind suppression for Sandbox tests permanent.jeremy@chromium.org2010-07-051-17/+18
| | | | | | | | | | | The code in question registers a string -> Sandbox test case mapping in a global variable. BUG=44090 TEST=Valgrind bots should stay green. Review URL: http://codereview.chromium.org/2136005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51641 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62483yurys@chromium.org2010-07-052-4/+1
| | | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/2799056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51639 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Implement BrowserWindowCocoa::ConfirmAddSearchProvider.bauerb@chromium.org2010-07-053-1/+22
| | | | | | | | | BUG=48327 TEST=Install the Google SSL search extension, click "Add as Search Engine". Review URL: http://codereview.chromium.org/2803036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51638 0039d316-1c4b-4281-b951-d872f2087c98