summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update .DEPS.gitchrome-admin@google.com2012-05-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135808 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 116353:116393tkent@chromium.org2012-05-081-1/+1
| | | | | | | | | | TBR=ojan@chromium.org TEST=none BUG=none Review URL: https://chromiumcodereview.appspot.com/10375045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135807 0039d316-1c4b-4281-b951-d872f2087c98
* Ported the webrtc_call pyauto test to Windows and Mac.phoglund@chromium.org2012-05-084-11/+45
| | | | | | | | | | | | | It turns out we can build peerconnection_server from the libjingle sources, so I added a target in libjingle's .gyp file. That is cleaner than checking in one binary per platfom. BUG= TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10356043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135805 0039d316-1c4b-4281-b951-d872f2087c98
* Remove policy_ui and policy_ui_unittest when building Chromium with ↵jnd@chromium.org2012-05-083-1/+4
| | | | | | | | | | | | configuration_policy=0 linux redux build uses configuration_policy=0, policy_ui and policy_ui_unittest shoule not be included in such configuration in order to pass compilation. BUG=None TEST=Linux Redux bot should pass compilation. Review URL: https://chromiumcodereview.appspot.com/10332037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135804 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 135799 - Turn off WinFlpper by default on Dev.yzshen@chromium.org2012-05-081-1/+2
| | | | | | | | | | | | | | This CL will be merged to some branch and reverted immediately. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10387018 TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10310055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135803 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA stats for ObfuscatedFileUtil::GetDirectoryForOriginAndTypes().tzik@chromium.org2012-05-084-30/+143
| | | | | | | | | BUG=103018 TEST='existing tests' Review URL: https://chromiumcodereview.appspot.com/10164025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135802 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-05-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135801 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 116321:116353tkent@chromium.org2012-05-081-1/+1
| | | | | | | | | | TBR=ojan@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10375044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135800 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off WinFlpper by default on Dev.yzshen@chromium.org2012-05-081-2/+1
| | | | | | | | | | | This CL will be merged to some branch and reverted immediately. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10387018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135799 0039d316-1c4b-4281-b951-d872f2087c98
* Disable one-click infobar testsnirnimesh@chromium.org2012-05-081-0/+4
| | | | | | | | | | | TBR=dyu@chromium.org BUG=None TEST=infobars.OneClickInfobarTest Review URL: https://chromiumcodereview.appspot.com/10377042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135798 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ui thrashing with chromeos_login testsnirnimesh@chromium.org2012-05-081-4/+7
| | | | | | | | | | | | | | | | | | | chromeos_login pyauto tests runs fast enough that it trips ui's upstart limits (currently permits 6 spawns in a min). This causes ui to not be launched if session_manager is killed many times in succession. This breaks chromeos_login tests. Fix it by using upstart's restart command. BUG=None TEST=chromeos_login.py NOTRY=true R=craigdh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135797 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r135533.thakis@chromium.org2012-05-0817-145/+53
| | | | | | | | | | | | It broke all content_unittests on mac in debug builds. BUG=121135,126558 TEST=no stack dumps in content_unittests output on mac debug builds TBR=varunjain Review URL: https://chromiumcodereview.appspot.com/10386020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135796 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Do not consume Shift+Alt in Ash to make Chromoting happy."yusukes@google.com2012-05-082-9/+4
| | | | | | | | | | | | | | | This reverts commit 0b0a3d32273ec42dba93f080495ca798fb2d5406 (r132748). Since a real fix for crbug.com/123720 has just been submitted (r135791), the workaround is no longer necessary. BUG=123720 TBR=derat@chromium.org TBR=wez@chromium.org TEST=manual (see the bug) and aura_shell_unittests Review URL: https://chromiumcodereview.appspot.com/10332051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135795 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative fix for sync not exiting issue.lipalani@chromium.org2012-05-081-1/+3
| | | | | | | | | BUG=120709 TEST= Review URL: https://chromiumcodereview.appspot.com/10384020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135794 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid using TestURLRequestContextGetter in SpellingServiceClientTest.hbono@chromium.org2012-05-083-15/+2
| | | | | | | | | | SpellingServiceClientTest does not have an IO thread and it cannot delete TestURLRequestContextGetter. (This object posts an IO task to delete itself.) This change avoids creating this object to fix this leak. BUG=125890 TEST=make the "Chromium OS (valgrind)(10)" bot green without suppressions. Review URL: https://chromiumcodereview.appspot.com/10316002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135793 0039d316-1c4b-4281-b951-d872f2087c98
* Let Chrome app handle Ash accelerators first if the app is launched as a window.yusukes@google.com2012-05-0817-80/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently, Ash accelerators are handled at a very early stage, right after a native key event is received by aura::RootWindowHost. This CL change the way of handling Ash accelerators as follows to make it more App friendly: 1. If no window is focused, handle an Ash accelerator in ash/accelerators/accelerator_filter.cc in the same way as before. 2. Otherwise, do not handle it in ash/accelerators/accelerator_filter.cc but let a custom views::FocusManager handle it (see ash/shell.cc). There are 3 types of scenarios here depending on the type of the focused window: 2-a. If the focused window is a browser, and the browser is not for an app, let the custom focus manager pre-handle Ash accelerators before passing it to the browser (see PreHandleKeyboardEvent() in chrome/browser/ui/views/frame/browser_view.cc). 2-b. If the focused window is a browser, and the browser is for an app, let the app handle Ash accelerators first (see chrome/browser/ui/views/frame/browser_view.cc). If the accelerator is not consumed by the app, let the custom focus manager handle it. 2-c. If the focused window is not a browser, let the window handle Ash accelerators first. If the accelerator is not consumed by the window, then let the custom focus manager handle it. This means a WebView (without chrome/browser/ layer) can handle Ash accelerators first whenever needed. Other changes: chrome/browser/ui/views/frame/browser_view.cc: Support ET_KEY_RELEASED accelerators in BrowserView::PreHandleKeyboardEvent(). ui/views/focus/focus_manager.cc: Support ET_KEY_RELEASED accelerators. Also fix code for handing VKEY_MENU so that the Shift+Alt+ET_KEY_RELEASED accelerator for Ash could be handled correctly. BUG=123856 TEST=ran aura_shell_unittests TEST=manual; launch Chromoting app as a window, connect to a Chromoting server, focus Chrome on the remote machine, press Ctrl-n, confirm a new window is opened on the remote machine. Review URL: https://chromiumcodereview.appspot.com/10134036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135791 0039d316-1c4b-4281-b951-d872f2087c98
* Add return value to PasswordStore's schedule task.zea@chromium.org2012-05-085-7/+8
| | | | | | | | | BUG=120709 TEST= Review URL: https://chromiumcodereview.appspot.com/10381040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135790 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Make creation of session header node more resilientzea@chromium.org2012-05-081-0/+10
| | | | | | | | | BUG=125574 TEST= Review URL: https://chromiumcodereview.appspot.com/10381048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135789 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some dead code in ThumbnailGenerator.mazda@chromium.org2012-05-084-85/+7
| | | | | | | | | | | | The aim of this change is to remove the use of RenderWidgetHost::CopyFromBackingStore. |prefer_backing_store| in AskForSnapShot is always set to false, so I deleted the pass that executes only when true is set in order to remove GetBitmapForRenderWidgetHost, which eventually calls RenderWidgetHost::CopyFromBackingStore. BUG=120003 TEST=Checked tab overview works file Review URL: https://chromiumcodereview.appspot.com/10348007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135788 0039d316-1c4b-4281-b951-d872f2087c98
* [Cleanup] Remove unused BookmarkAllTabs Dialog files.yoshiki@chromium.org2012-05-084-357/+0
| | | | | | | | | | TBR=estade@chromium.org BUG=none TEST=trybots pass, manually tested. Review URL: https://chromiumcodereview.appspot.com/10252021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135787 0039d316-1c4b-4281-b951-d872f2087c98
* Remove seek prior to WebAudio decode.dalecurtis@google.com2012-05-081-7/+3
| | | | | | | | | | | | | | | | | | Required to fix issues with plink and guitar WebAudio demos. Seek is unnecessary as the stream already starts at the beginning. Additionally seeking to 0 without specifying the right flags can actually move the index forward in the stream. Also allows partial return of data on decode failure to work around a potential issue in FFmpeg w/ mp3s now that the seek has been removed. BUG=none TEST=plink,guitar,crogers Review URL: https://chromiumcodereview.appspot.com/10382043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135786 0039d316-1c4b-4281-b951-d872f2087c98
* Implement WebContentsView::GetDropData for Mac; disable on Auraaa@chromium.org2012-05-086-19/+47
| | | | | | | | | | | I don't know what the appropriate analog is for this UI on Aura, so just disabling it now. BUG=55584 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10386014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135785 0039d316-1c4b-4281-b951-d872f2087c98
* gdata: Support remote-to-local file transfers in tranferFile API.benchan@chromium.org2012-05-088-71/+286
| | | | | | | | | | | | | | | | | | | | | | | | This CL expands GDataFileSystem::TransferFile into TransferFileFromLocalToRemote and TransferFileFromRemoteToLocal to support file transfers between the local and gdata file system in both directions, which is exposed via chrome.fileBrowserPrivate.transferFile. The file manager code is also modified to use transferFile to copy file from gdata to local file system. BUG=126403 TEST=Tested the following: 1. Run "unit_tests --gtest_filter='*GData*'" 2. Copy regular files, hosted documents, and directories between Drive and Downloads folder in Chrome OS file manager as follows: - From Drive to Downloads - From Downloads to Drive - From Drive to Drive - From Downloads to Downloads Review URL: https://chromiumcodereview.appspot.com/10383033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135784 0039d316-1c4b-4281-b951-d872f2087c98
* If generating a domain bound cert fails, continue the connection without it.mattm@chromium.org2012-05-084-4/+14
| | | | | | | | | BUG=125768 TEST=hack ServerBoundCertService::GenerateCert to always fail Review URL: https://chromiumcodereview.appspot.com/10315008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135783 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Measure the time spent verifying the lists.rvargas@google.com2012-05-081-0/+2
| | | | | | | | | BUG=none TEST=none TBR=gavinp Review URL: https://chromiumcodereview.appspot.com/10332050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135782 0039d316-1c4b-4281-b951-d872f2087c98
* Add new pyauto suite for performance tests on all platforms.dennisjeffrey@chromium.org2012-05-081-0/+36
| | | | | | | | | | | | | | | | This new suite specifies which tests from perf.py to run on which platforms (win, mac, linux, chromeOS). Tests that currently do not work on certain platforms are disabled for now on those platforms. Once this change lands, autotest desktopui_PyAutoPerfTests will be modified to use this suite, rather than the other CHROMEOS_PERF suite. BUG=chromium-os:22239 TEST=Verified the Win, Mac, and Linux tests run with the new pyauto suite using a local master/slave buildbot configuration. Review URL: https://chromiumcodereview.appspot.com/10377040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135777 0039d316-1c4b-4281-b951-d872f2087c98
* I think checking for the existence of a pref path is clearer and simpler ↵pkasting@chromium.org2012-05-081-7/+4
| | | | | | | | | | than checking whether the value differs from the default. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10382019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135776 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the "autogenerate keyword" bit on TemplateURL.pkasting@chromium.org2012-05-0827-709/+1337
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a large change because a number of other significant pieces were either inherently tied to the above change, or too difficult to separate from it: * Because autogeneration was really only ever supposed to be used for the prepopulated Google entry, replace it with a system that auto-regenerates keywords for TemplateURLs that (a) use {google:baseURL} and (b) have a keyword that's currently "google.<TLD>" whenever the base URL changes. This means that users who manually create such TemplateURLs will automatically get the benefit of "autogenerated" keywords. * Pass information to the KeywordTable as bare TemplateURLData objects instead of TemplateURLs, now that the latter are not needed to perform keyword generation. * Remove the "autogenerate_keyword" column from the KeywordTable. This also takes the opportunity to remove the already-dead "logo_id" column (which I previously asked msw to leave in in order to only have to write the migration code once). This in turn requires adding version numbers to a lot of functions so they know which column set to use, as well as writing migration code to manually generate keywords for previously-autogenerated entries. * Migrate the "autogenerate_keyword" bit in data from prefs and sync as well. For sync this requires a variety of followon changes to send back ACTION_UPDATEs for migrated TemplateURLs and coalesce multiple SyncChanges to the same GUID. * Move various bits of TemplateURLService::GenerateKeyword() that were only used for the "autodetected on a webpage" case to the specific code for that case, in order to make GenerateKeyword() incapable of failing. This is important for the next item. * Remove the possibility for keywords to simply be empty. All TemplateURLs should now have a keyword, whether they were previously marked as "autogenerated" or not. While the UI already tried to guarantee this, the TemplateURL class itself and various pieces of TemplateURLService did not, or didn't deal correctly with exceptions. Enforcing this makes it much easier to reason about keywords and is important for the next item. * Guarantee that all keywords are unique, with one exception noted below. This allows callers to reliably refer to TemplateURLs by keyword; a future change will make AutocompleteMatch do precisely this. It also prevents weird edge cases in the UI and sync. * Exception: explicitly allow extension keywords to overlap with each other and with one non-extension TemplateURL. Previously, the behavior was somewhat random and buggy when we added and removed extensions that defined keywords, especially if we also tried to add/edit/remove keywords from the settings UI. We now define an explicit precedence order: non-replaceable TemplateURL > extension-provided TemplateURLs > replaceable TemplateURL; within the extensions section, the most recently-added extension wins. As we add and remove keywords, the current "TemplateURL for keyword" is always kept up-to-date according to this precedence order (so e.g. removing a later extension will "expose" an earlier one). BUG=none TEST=Adding extensions that specify omnibox keywords which conflict with local keywords should result in predictable behavior as described above; removing the extensions should restore the prior behavior. Review URL: https://chromiumcodereview.appspot.com/10381016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135775 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: IWYU for BrowserProcess.thestig@chromium.org2012-05-085-22/+18
| | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10258009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135774 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure onchange() is called whenever searchbox.value is updated.sreeram@chromium.org2012-05-082-17/+1
| | | | | | | | | | | See comment #1 in the code review thread for details. BUG=126261 TEST=chrome/test/functional/instant.py Review URL: https://chromiumcodereview.appspot.com/10382046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135773 0039d316-1c4b-4281-b951-d872f2087c98
* cocoa: Make it use TestTabStripModelDelegate from chrome/browser/tabs/.tfarina@chromium.org2012-05-081-57/+4
| | | | | | | | R=rsesek@chromium.org Review URL: https://chromiumcodereview.appspot.com/10377030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135772 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Do not try to access the 'extra' network buttons in the lock screen.sadrul@chromium.org2012-05-081-3/+7
| | | | | | | | | BUG=126556 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10388015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135771 0039d316-1c4b-4281-b951-d872f2087c98
* Add getPathForGDataSearchResult method to browserPrivate api.tbarzic@chromium.org2012-05-089-3/+76
| | | | | | | | | | | The method returns real file path for gdata search result entry. TEST=None BUG=chromium-os:27539 Review URL: https://chromiumcodereview.appspot.com/10383058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135770 0039d316-1c4b-4281-b951-d872f2087c98
* Change text on the idle logout dialog.rkc@chromium.org2012-05-083-21/+13
| | | | | | | | | | | | | See bug for details. R=sky@chromium.org BUG=chromium-os:30585 TEST=Visually verified. Review URL: https://chromiumcodereview.appspot.com/10382024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135769 0039d316-1c4b-4281-b951-d872f2087c98
* Add support in Chrome to inform the Windows 8 metro driver about frame windowsananta@chromium.org2012-05-083-28/+67
| | | | | | | | | | being closed. BUG=118641 R=sky Review URL: https://chromiumcodereview.appspot.com/10383021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135768 0039d316-1c4b-4281-b951-d872f2087c98
* Land another binary file in advance of ↵pkasting@chromium.org2012-05-081-0/+53
| | | | | | | | | | | http://codereview.chromium.org/10381016/ (see http://crrev.com/135413 ). BUG=none TEST=none TBR=maruel git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135767 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix crash in pi_generator example.binji@chromium.org2012-05-081-1/+1
| | | | | | | | | | BUG=126319 TEST=none, unfortunately. :( TBR=noelallen1@chromium.org Review URL: https://chromiumcodereview.appspot.com/10375038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135765 0039d316-1c4b-4281-b951-d872f2087c98
* Move GLHelper ownership to ImageTransportFactory, and make it thread safepiman@chromium.org2012-05-086-208/+300
| | | | | | | | | | | | | | | | There were several problems with previous implementation: - there was a use-after-free in CopyTextureToImpl. ReadBackFramebufferComplete was responsible for deleting the texture, but in some cases it could be called after the GLHelper was destroyed, accessing a deleted field, which could have been overwritten (i.e. we'll delete the wrong texture). - When creating thumbnails we would create a GLHelper per page, which creates a context (and some resources). That context doesn't go away until we close the page, it's wasteful. - If we create the thumbnail on closing the page, we would block Instead, this patch changes it to create a single GLHelper and fixes the cancelling semantics so that we don't have use-after-frees BUG=123933 TEST=check for no leak Review URL: https://chromiumcodereview.appspot.com/10290007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135764 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Fix examples/Makefile to build all projects. Also change thebinji@chromium.org2012-05-082-13/+53
| | | | | | | | | | | | buildscript to test this use case. BUG=126319 TEST=naclsdk buildbots TBR=noelallen1@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135763 0039d316-1c4b-4281-b951-d872f2087c98
* Confine cursor after bounds is updated.oshima@chromium.org2012-05-081-7/+7
| | | | | | | | | | BUG=126342 TEST=tested manually on the device Review URL: https://chromiumcodereview.appspot.com/10383051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135762 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug 105565: Panels should adjust max size and full size if display changesjianli@chromium.org2012-05-0814-56/+203
| | | | | | | | | | | | | | | Changes in this patch: 1) We use same max size for both docked and detach panels. 2) When work area gets changed, we update max size, full size and current size if needed. 2.1) If the panel has not been user-resized, max size is propotional to the work area and will get updated when work area changes. 2.2) If the panel has been user-resized, max size will be kept as long as it does not exceed the work area size. BUG=105565 TEST=New tests plus manual test by changing screen resolution and verifying panel sizes. Review URL: https://chromiumcodereview.appspot.com/10356007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135761 0039d316-1c4b-4281-b951-d872f2087c98
* ash/chromeos: Don't show Chrome Web Store in guest mode.xiyuan@chromium.org2012-05-081-2/+6
| | | | | | | | | | BUG=123038 TEST=Verify fix for issue for 123038. Review URL: https://chromiumcodereview.appspot.com/10378035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135760 0039d316-1c4b-4281-b951-d872f2087c98
* NTP: Allow collapsing of tab lists in Other Devices menu.dubroy@chromium.org2012-05-089-66/+167
| | | | | | | | | | | | | | | | | | Adds a new 'Collapse' menu item to the session context menu. When a session is collapsed, its name remains visible, but the list of tabs underneath it is not shown. The list can be reshown using the 'Expand' menu item. This CL also contains some visual tweaks: the drop-down menu should come immediately after the device name, and device sections should have more space between them. BUG=124828 TEST=Manual. Review URL: https://chromiumcodereview.appspot.com/10388007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135759 0039d316-1c4b-4281-b951-d872f2087c98
* content: Simplify the windows version check in GetCompositingSurface() function.tfarina@chromium.org2012-05-081-3/+1
| | | | | | | | R=avi@chromium.org Review URL: https://chromiumcodereview.appspot.com/10332028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135758 0039d316-1c4b-4281-b951-d872f2087c98
* Add filtering logic for client-side variations.asvitkine@chromium.org2012-05-084-0/+347
| | | | | | | | | BUG=126512 TEST=variation_service_unittest.cc Review URL: https://chromiumcodereview.appspot.com/10381021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135757 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 135755 - Revert 135749 - Disable one-click-signin for all platforms ↵gene@chromium.org2012-05-081-6/+0
| | | | | | | | | | | | | | | | | | | | | for M20. This CL will be merged to M20 and then reverted on trunk for M21. BUG=126522 TEST=Make sure one-click sign is not visible on all platforms. TBR=rogerta Review URL: https://chromiumcodereview.appspot.com/10310049 TBR=rogerta@chromium.org Review URL: https://chromiumcodereview.appspot.com/10384049 TBR=gene@chromium.org Review URL: https://chromiumcodereview.appspot.com/10377039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135756 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 135749 - Disable one-click-signin for all platforms for M20. This CL ↵gene@chromium.org2012-05-071-0/+6
| | | | | | | | | | | | | | | | | | will be merged to M20 and then reverted on trunk for M21. BUG=126522 TEST=Make sure one-click sign is not visible on all platforms. TBR=rogerta Review URL: https://chromiumcodereview.appspot.com/10310049 TBR=rogerta@chromium.org Review URL: https://chromiumcodereview.appspot.com/10384049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135755 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 135740 - Add the chromoting PyAuto test to the CONTINUOUS suite.simonmorris@chromium.org2012-05-071-3/+0
| | | | | | | | | | | | BUG=126278 Review URL: https://chromiumcodereview.appspot.com/10384041 TBR=simonmorris@chromium.org Review URL: https://chromiumcodereview.appspot.com/10389011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135754 0039d316-1c4b-4281-b951-d872f2087c98
* expect it like you mean itkerz@chromium.org2012-05-071-0/+20
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135753 0039d316-1c4b-4281-b951-d872f2087c98
* Update home, wrench, browser action overflow assetsjamescook@chromium.org2012-05-0710-1/+1
| | | | | | | | | | | | | | + Updated by a real artist, not me messing around with the GIMP. + Icons no longer visually shift on hover or press. + Incremented theme pack number, as brower action overflow is a theme asset. BUG=126172 TEST=visual, Andre says it looks good. TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10386019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135752 0039d316-1c4b-4281-b951-d872f2087c98