summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backing this out to see if it fixes the failures on the two windows bots ↵thomasvl@chromium.org2010-06-087-176/+81
| | | | | | | | | | | | | | | | (landed about when they started). Revert 49030 - AutoFill: Don't save credit card numbers from Autocomplete to the WebDB. BUG=8026 TEST=AutocompleteHistoryManagerTest Review URL: http://codereview.chromium.org/2676003 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/2748002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49164 0039d316-1c4b-4281-b951-d872f2087c98
* Revert the revert to put it back in.thomasvl@chromium.org2010-06-083-0/+7
| | | | | | | | | | | | | | | | | | | | | | Revert 49162 - Doing this to see if it fixes some failing tests that started about when this landed. Revert 49031 Ensure that the context menu items displayed in ChromeFrame rendered pages are enabled/disabled correctly. To achieve this we now have a UpdateMenuItemStates function in the RenderViewContextMenuViews class which calls into the underlying menu's UpdateStates function which enables/disables items correctly. Fixes bug http://code.google.com/p/chromium/issues/detail?id=45785 Bug=45785 Review URL: http://codereview.chromium.org/2627005 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/2768001 TBR=thomasvl@chromium.org Review URL: http://codereview.chromium.org/2759002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49163 0039d316-1c4b-4281-b951-d872f2087c98
* Doing this to see if it fixes some failing tests that started about when ↵thomasvl@chromium.org2010-06-083-7/+0
| | | | | | | | | | | | | | | | | | | this landed. Revert 49031 - Ensure that the context menu items displayed in ChromeFrame rendered pages are enabled/disabled correctly. To achieve this we now have a UpdateMenuItemStates function in the RenderViewContextMenuViews class which calls into the underlying menu's UpdateStates function which enables/disables items correctly. Fixes bug http://code.google.com/p/chromium/issues/detail?id=45785 Bug=45785 Review URL: http://codereview.chromium.org/2627005 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/2768001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49162 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust Mac10.6 intl2 times expectations upwards.chase@chromium.org2010-06-081-1/+1
| | | | | | | | | | BUG=none TEST=mac10.6 intl2 times is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2714002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49160 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 60815:60830hamaji@chromium.org2010-06-081-1/+1
| | | | | | | | | | TBR=senorblanco TEST=none BUG=none Review URL: http://codereview.chromium.org/2740002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49156 0039d316-1c4b-4281-b951-d872f2087c98
* Track options per bridge rather than per dispatcher hostjoth@chromium.org2010-06-085-36/+87
| | | | | | | | | | | Also fixes a bug in arbitrator that updating options might not stop high accuracy providers BUG=40103 TEST=unit_tests --gtest_filter=*Geol* Review URL: http://codereview.chromium.org/2676006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49155 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 428.0 to 429.0chrome-release@google.com2010-06-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49153 0039d316-1c4b-4281-b951-d872f2087c98
* Managed preferences warning banner for the Linux preferences dialog.mnissler@chromium.org2010-06-0812-7/+287
| | | | | | | | | BUG=43423 TEST=Unit test in managed_prefs_banner_base_unittest.cc, manual UI tests Review URL: http://codereview.chromium.org/2425006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49151 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dead sync label code from browser_toolbar_gtk.ccmnissler@chromium.org2010-06-082-27/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2663006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49150 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r49135: Linux: enable compiling GNOME Keyring and KWallet ↵mdm@chromium.org2010-06-083-57/+46
| | | | | | | | | | | integration. Some of the bots (memory, ARM) didn't get the new package installed yet. BUG=none TEST=none Review URL: http://codereview.chromium.org/2763001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49149 0039d316-1c4b-4281-b951-d872f2087c98
* Directly set block_third_party_cookies_ when observing a preference change ↵bauerb@chromium.org2010-06-081-4/+3
| | | | | | | | | | | to avoid a NOTREACHED. BUG=45644 TEST=No crash when changing "Block third-party cookies" preference with an incognito window open. Review URL: http://codereview.chromium.org/2423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49148 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 60786:60815hamaji@chromium.org2010-06-081-1/+1
| | | | | | | | | | TBR=senorblanco TEST=none BUG=none Review URL: http://codereview.chromium.org/2749002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49147 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert an idle sockets change to trigger reliability bot. Will ↵willchan@chromium.org2010-06-084-172/+45
| | | | | | | | revert again soon." Review URL: http://codereview.chromium.org/2761001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49146 0039d316-1c4b-4281-b951-d872f2087c98
* Revert an idle sockets change to trigger reliability bot. Will revert again ↵willchan@chromium.org2010-06-084-45/+172
| | | | | | | | soon. Review URL: http://codereview.chromium.org/2760001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49145 0039d316-1c4b-4281-b951-d872f2087c98
* * Show error message when unlocking failed.oshima@chromium.org2010-06-085-23/+313
| | | | | | | | | | | | | | | | | | * Add "sign out" button * Let chrome crash when grab is borken. * send ScreenIsLocked signal after all inputs are grabbed. BUG=chromium-os:2914,chromium-os:2614 TEST=manual: set the content of /var/lib/power_manager/use_xscreensaver to 1, reboot the machine and login hit ctr-alt-l to enter screenlock mode 1) typing in wrong password should show message bubble with error message 2) pressing "Sign out" will terminate the session and move to login screen Review URL: http://codereview.chromium.org/2685006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49141 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an inaccurate comment about STLDeleteElements.tfarina@chromium.org2010-06-081-2/+0
| | | | | | | | | | | STLDeleteElements function is already in base/stl_util-inl.h BUG=None TEST=None Review URL: http://codereview.chromium.org/2752001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49140 0039d316-1c4b-4281-b951-d872f2087c98
* Change prototype to match upstream change from ffmpeg trunk to fix build ↵fbarchard@chromium.org2010-06-083-0/+9
| | | | | | | | | | | with system ffmpeg. Declare the url_write buffer parameter as const BUG=45821 TEST=Build with use_system_ffmpeg on and off (1/0). git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49139 0039d316-1c4b-4281-b951-d872f2087c98
* Remember the current and previous input method IDs as Chrome prefs, and ↵yusukes@google.com2010-06-086-9/+79
| | | | | | | | | | | | restore them on startup. BUG=chromium-os:3771 BUG=chromium-os:3378 TEST=manual Review URL: http://codereview.chromium.org/2690005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49138 0039d316-1c4b-4281-b951-d872f2087c98
* Implement WebSocketHandshake*Handler to support Http{Request,Response}Info.ukai@chromium.org2010-06-083-36/+161
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2579002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49137 0039d316-1c4b-4281-b951-d872f2087c98
* Heartbeat error logging for chromoting.sergeyu@chromium.org2010-06-082-1/+10
| | | | | | | | | TEST=simple_host logs error received from the bot. BUG=None Review URL: http://codereview.chromium.org/2711003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49136 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: enable compiling GNOME Keyring and KWallet integration. It's still ↵mdm@chromium.org2010-06-083-46/+57
| | | | | | | | | | | unused. BUG=12351,25404 TEST=GNOME Keyring and KWallet get compiled, but add no new library dependencies Review URL: http://codereview.chromium.org/2718001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49135 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Add back the user metrics for navigating to a page through most visited.arv@chromium.org2010-06-081-1/+10
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/2737001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49134 0039d316-1c4b-4281-b951-d872f2087c98
* chrome_frame: Get rid of all occurrences of the deprecated ToWStringHack ↵tfarina@chromium.org2010-06-088-17/+16
| | | | | | | | | | | function. BUG=24874 TEST=trybots Review URL: http://codereview.chromium.org/2632006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49133 0039d316-1c4b-4281-b951-d872f2087c98
* Added check for negative height/width and ensure that buffer size has not ↵scherkus@chromium.org2010-06-081-10/+21
| | | | | | | | | | | | changed before reading buffers. Patch by cdn@chromium.org: http://codereview.chromium.org/2479002/show BUG=43322 TEST=Run with --enable-video-layering and --enable-gpu-rendering and use <video> tag git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49132 0039d316-1c4b-4281-b951-d872f2087c98
* Add rgb_frame size tracking and resizing to fix security issue with changing ↵scherkus@chromium.org2010-06-083-17/+44
| | | | | | | | | | | | | | sizes. Added negative checks on signed heights and widths, added negative check for signed heights and widths in backing store for video layering. Patch by cdn@chromium.org: http://codereview.chromium.org/2449006/show BUG=45267 TEST=Run on linux with --enable-video-layering and use <video> tag git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49131 0039d316-1c4b-4281-b951-d872f2087c98
* First unified app menu behind the "--new-wrench-menu" flag.erg@chromium.org2010-06-088-22/+303
| | | | | | | | | | | | | | | | Does not contain Cole's unified edit menu / zoom controls. This is just scaffolding that should allow all the rest of the unified menu to exist, while letting each platform implement the native-only portions in their platform specific ways. Only modifies the linux implementation to actually use the new model, though the command line flag and the new model should be shared between platforms. BUG=45734,45757 TEST=Run with --new-wrench-menu on linux. Notice how long the unified menu is. Review URL: http://codereview.chromium.org/2677006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49130 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ffmpeg deps to pick up gyp changes so we can rolltony@chromium.org2010-06-081-1/+1
| | | | | | | | a newer version of chromium in to webkit. Review URL: http://codereview.chromium.org/2694004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49129 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Re-enable four SafeBrowsingDatabase tests. Add a comment with bug link ↵jhawkins@chromium.org2010-06-081-17/+12
| | | | | | | | | | | | for the tests being disabled on Mac. TBR=stuartmorgan BUG=46040 TEST=SafeBrowsingDatabase.* Review URL: http://codereview.chromium.org/2676004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49128 0039d316-1c4b-4281-b951-d872f2087c98
* Sync backend changes to allow login and initial sync to happen at two ↵dantasse@chromium.org2010-06-073-14/+30
| | | | | | | | | | | different times. BUG=45869 TEST=syncer_thread_unittest Review URL: http://codereview.chromium.org/2678001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49127 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the password manager code to report at startup whether it is enableddpranke@chromium.org2010-06-072-0/+27
| | | | | | | | | | | | (by generating one of two UserActions). BUG=none R=tim@chromium.org, jar@chromium.org TEST=none Review URL: http://codereview.chromium.org/2638001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49123 0039d316-1c4b-4281-b951-d872f2087c98
* refactor on-goning.jiesun@google.com2010-06-072-45/+8
| | | | | | | | | TEST= both mode on partner board. BUG=none Review URL: http://codereview.chromium.org/2727001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49122 0039d316-1c4b-4281-b951-d872f2087c98
* use glEGLImageTargetTexture2DOES instead of FindTexture()jiesun@google.com2010-06-072-24/+23
| | | | | | Review URL: http://codereview.chromium.org/2719001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49121 0039d316-1c4b-4281-b951-d872f2087c98
* Disabled a pragma in gl.h that gcc does not support.apatrick@chromium.org2010-06-072-3/+10
| | | | | | | | | | | Fixes a warning treated as error issue when building chromium code that includes gl.h. TEST=try BUG=none Review URL: http://codereview.chromium.org/2722001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49120 0039d316-1c4b-4281-b951-d872f2087c98
* Make SysNativeMB converters assume UTF-8 on Chrome OS. jshin@chromium.org2010-06-071-0/+15
| | | | | | | | | | | Instead of using wcs*mbs and mbs*wcs, just call UTF-8 converters. BUG=39096 TEST=Covered by existing tests Review URL: http://codereview.chromium.org/1222002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49118 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Improve the usage of Exceptions dialog.tfarina@chromium.org2010-06-071-7/+15
| | | | | | | | | | | | | | 1- Select and focus the item being added. 2- When removing an item, if there is more than one, select and focus the previous item. BUG=None TEST=open the Exceptions dialog, add an item, next add another item, see if the second item is the only selected and focused item. Then remove this item, see if the first item is selected. Review URL: http://codereview.chromium.org/2585001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49117 0039d316-1c4b-4281-b951-d872f2087c98
* Build fixhclam@chromium.org2010-06-071-1/+0
| | | | | | | | | | | Remove remoting.gyp in all.gyp TBR=garykac@google.com TEST=Tree goes green Review URL: http://codereview.chromium.org/2729001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49116 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chromoting build issues on Windowshclam@chromium.org2010-06-074-10/+6
| | | | | | | | | | Fixed compilation errors on windows. TEST=chromoting builds on windows Review URL: http://codereview.chromium.org/2711001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49115 0039d316-1c4b-4281-b951-d872f2087c98
* Bookmarks: Make sure we remove the tree item from the tree lookup cache when ↵arv@chromium.org2010-06-072-25/+53
| | | | | | | | | | | | | we remove an item. Change the code to do the add and removal to the cache in the addAt and remove methods to the tree and the tree items. BUG=42239 TEST=See bug Review URL: http://codereview.chromium.org/2696001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49113 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Remove bottom promos.arv@chromium.org2010-06-079-209/+1
| | | | | | | | | BUG=None TEST=Start chrome with a new blank profile. No bottom promos should show up. Review URL: http://codereview.chromium.org/2637004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49112 0039d316-1c4b-4281-b951-d872f2087c98
* AppCache: Use a dedicated thread for the disk cache.rvargas@google.com2010-06-0718-146/+176
| | | | | | | | | | BUG=26730 TEST=current tests Review URL: http://codereview.chromium.org/2249005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49111 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add gnome-keyring packages to build dependencies. It will not be a ↵mdm@chromium.org2010-06-071-9/+9
| | | | | | | | | | runtime dependency: it will be dlopen()ed to avoid that. BUG=25404 TEST=none Review URL: http://codereview.chromium.org/2700002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49110 0039d316-1c4b-4281-b951-d872f2087c98
* Removed Mesa EGL and GLES2 headers.apatrick@chromium.org2010-06-078-1695/+10
| | | | | | | | | | | | | | | | They conflict with our command buffer based GLES2 headers. Also changed these typedefs to be compliant with the regular OpenGL definitions: typedef signed long int GLintptr; typedef signed long int GLsizeiptr; TEST=try BUG=none Review URL: http://codereview.chromium.org/2663008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49109 0039d316-1c4b-4281-b951-d872f2087c98
* Adjusted icons, control sizes, etc.georgey@chromium.org2010-06-076-6/+104
| | | | | | | | BUG=44622 TEST=in the bug Review URL: http://codereview.chromium.org/2638003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49108 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of unnecessary library linkage on Mac.dmaclach@chromium.org2010-06-071-10/+2
| | | | | | | | | TEST=build remoting on Mac BUG=none Review URL: http://codereview.chromium.org/2620007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49107 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing system so that it only closes open file browsers that currently point ↵dhg@chromium.org2010-06-071-1/+3
| | | | | | | | | | at the directories on that device. BUG=chromium-os:3468 TEST=none Review URL: http://codereview.chromium.org/2639004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49105 0039d316-1c4b-4281-b951-d872f2087c98
* Converted four more demo files to o3d-webgl: juggler, sobel, julia and ↵luchen@google.com2010-06-074-0/+1351
| | | | | | | | texturesamplers. Review URL: http://codereview.chromium.org/2690002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49101 0039d316-1c4b-4281-b951-d872f2087c98
* Clarify the hosting situation, hiding doc that's not neededkathyw@chromium.org2010-06-0752-367/+733
| | | | | | | | | | | | by people who use the gallery, and making sure that people know about the gallery. TEST=none BUG=none Review URL: http://codereview.chromium.org/2655006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49100 0039d316-1c4b-4281-b951-d872f2087c98
* Using PulseAudio for volume and mute key handling.scherkus@chromium.org2010-06-077-38/+735
| | | | | | | | | | Patch by davej@chromium.org: http://codereview.chromium.org/2285004/show BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49099 0039d316-1c4b-4281-b951-d872f2087c98
* Allow creation of chrome.nacl.* pipes on all Windows systems.gregoryd@google.com2010-06-071-23/+5
| | | | | | | It used to work without changing the policy on older 32-bit systems (XP, Vista) but was blocked on Windows 7, so we need to add it to the policy. Review URL: http://codereview.chromium.org/2472005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49098 0039d316-1c4b-4281-b951-d872f2087c98
* Adding libpulse-dev and libpulse0.scherkus@chromium.org2010-06-071-2/+8
| | | | | | | | | | | | | To build the ChromeOS version on the build-bots, outside the chroot, we need to access PulseAudio development header and library files. Patch by davej@chromium.org: http://codereview.chromium.org/2699002/show BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49097 0039d316-1c4b-4281-b951-d872f2087c98