summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable Pepper threading on canary.shess@chromium.org2012-12-015-7/+26
| | | | | | | | | BUG=161286 Review URL: https://chromiumcodereview.appspot.com/11419260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170633 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Use WS_POPUP for ash_unittests"oshima@chromium.org2012-12-0112-103/+169
| | | | | | | | | | | | | | | | | | | | | Use WS_POPUP for ash_unittests - Layout test windows starting from (1,1) and move mouse to (0,0) so that they don't overlap unless test moves the cursor. - Enabled disabled tests. - RootWindowHostWin::SetBounds should move the window and call OnHostResized when the scale factor has changed. This also seems to fix the desktop size limitation issue (148691) probably because a popup window can be larger than the desktop size. TBR=oshima@chromium.org BUG=150986, 157817, 141577, 148691 TEST=none Review URL: https://codereview.chromium.org/11419271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170632 0039d316-1c4b-4281-b951-d872f2087c98
* Add asan android buildbot scriptsilevy@chromium.org2012-12-013-1/+40
| | | | | | | | | | | | | - Also add suppost for asan=1 gyp define, which implicitly sets clang=1. R=yfriedman@chromium.org BUG=160952 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11308286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170631 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1345.0 to 1346.0chrome-release@google.com2012-12-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170629 0039d316-1c4b-4281-b951-d872f2087c98
* Add android landmine (force android clean build)ilevy@chromium.org2012-12-011-0/+2
| | | | | | | | NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11434066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170627 0039d316-1c4b-4281-b951-d872f2087c98
* Force constrained windows from nibs to be borderlesssail@chromium.org2012-12-011-1/+1
| | | | | | | | | BUG=162905 Review URL: https://chromiumcodereview.appspot.com/11348274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170626 0039d316-1c4b-4281-b951-d872f2087c98
* Enable Pointer Lock for packaged apps using ShellWindow.scheib@chromium.org2012-12-0117-2/+135
| | | | | | | | | BUG=148532 Review URL: https://chromiumcodereview.appspot.com/11413131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170625 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes wrong logic for display names.mukai@chromium.org2012-12-011-10/+9
| | | | | | | | | | | | | - ui::GetOutputDeviceData() will return false if name is empty but it could be empty in case of internal display - Now the display name is cached as a field of DisplayInfo struct, so the data could be empty. BUG=163658 TEST=See chrome://settings/display on device Review URL: https://chromiumcodereview.appspot.com/11411291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170624 0039d316-1c4b-4281-b951-d872f2087c98
* Convert HTML5 notification pyauto tests to browser_tests.chrisgao@chromium.org2012-12-014-587/+746
| | | | | | | | | BUG=none Review URL: https://chromiumcodereview.appspot.com/11359174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170623 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on Commands Extension API for stable.finnur@chromium.org2012-12-011-1/+1
| | | | | | | | | BUG=27702 TEST=See test plan for Commands API. Review URL: https://chromiumcodereview.appspot.com/11411298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170622 0039d316-1c4b-4281-b951-d872f2087c98
* Use WS_POPUP for ash_unittestsoshima@chromium.org2012-12-0112-169/+103
| | | | | | | | | | | | | | | | | | | - Layout test windows starting from (1,1) and move mouse to (0,0) so that they don't overlap unless test moves the cursor. - Enabled disabled tests. - RootWindowHostWin::SetBounds should move the window and call OnHostResized when the scale factor has changed. This also seems to fix the desktop size limitation issue (148691) probably because a popup window can be larger than the desktop size. BUG=150986,157817,141577,148691 TEST=none Review URL: https://chromiumcodereview.appspot.com/11428066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170621 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-12-011-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170620 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ActionBoxTest.BookmarkAPageTest, which is flakily failing.isherman@chromium.org2012-12-011-1/+2
| | | | | | | | | BUG=163733 TBR=pkasting@chromium.org, caitkp@chromium.org Review URL: https://codereview.chromium.org/11416304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170619 0039d316-1c4b-4281-b951-d872f2087c98
* X260zmo@google.com2012-12-011-1/+1
| | | | | | Review URL: https://codereview.chromium.org/11308299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170618 0039d316-1c4b-4281-b951-d872f2087c98
* Also disable ExtensionApiTest.ProcessesVsTaskManager on win aura since it's ↵jam@chromium.org2012-12-011-0/+5
| | | | | | | | | | failing often. BUG=31663 TBR=scottmg Review URL: https://codereview.chromium.org/11308304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170617 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ChromeFrame tests that flakily time out.isherman@chromium.org2012-12-011-5/+8
| | | | | | | | | BUG=163728 TBR=robertshield@chromium.org Review URL: https://codereview.chromium.org/11411303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170616 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Implement processing of history delete directivesakalin@chromium.org2012-12-013-6/+183
| | | | | | | | | | | | We still need to figure out how to keep track of already-processed delete directives, but leave that as a TODO. BUG=141245 Review URL: https://chromiumcodereview.appspot.com/11299218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170615 0039d316-1c4b-4281-b951-d872f2087c98
* This change switches the compositor to the new ↵egraether@chromium.org2012-12-0112-31/+60
| | | | | | | | | | | | | | | WebLayerTreeViewClient::createFontAtlas() API. LayerTreeHost now manages whether a font atlas needs to be loaded. commit order: https://bugs.webkit.org/show_bug.cgi?id=102958 https://codereview.chromium.org/11413123 https://bugs.webkit.org/show_bug.cgi?id=102960 BUG= Review URL: https://chromiumcodereview.appspot.com/11413123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170614 0039d316-1c4b-4281-b951-d872f2087c98
* Update Gtalk binaries.krenaud@google.com2012-12-014-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170613 0039d316-1c4b-4281-b951-d872f2087c98
* Browser Plugin: Only update src attribute on top-level navigationsfsamuel@chromium.org2012-12-012-2/+10
| | | | | | | | | BUG=163665 Review URL: https://chromiumcodereview.appspot.com/11412279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170611 0039d316-1c4b-4281-b951-d872f2087c98
* Change a string for the sideload wipeout UI.mpcomplete@chromium.org2012-12-011-1/+1
| | | | | | | | | BUG=154624 Review URL: https://chromiumcodereview.appspot.com/11418273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170610 0039d316-1c4b-4281-b951-d872f2087c98
* gpu: also move tex parameters into mailboxpiman@chromium.org2012-12-014-12/+46
| | | | | | | | | | | | Because the texture completeness depends on the filtering and wrapping modes, it's awkward to move image data into the mailbox but not parameters. BUG=None Review URL: https://chromiumcodereview.appspot.com/11414091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170609 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-12-011-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170608 0039d316-1c4b-4281-b951-d872f2087c98
* Add guava and jsr-305 DEPS to third_party for Androidnyquist@chromium.org2012-12-012-0/+8
| | | | | | | | | | | | | | | This only adds the DEPS. They will be used to build jsr-305 and guava for Android. Uses mirror for both repositories. This CL is based on r169693 and r169711 which got reverted. BUG=159873 Review URL: https://codereview.chromium.org/11434058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170607 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-12-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170606 0039d316-1c4b-4281-b951-d872f2087c98
* roll webrtc 3160 --> 3215wjia@chromium.org2012-11-301-1/+1
| | | | | | Review URL: https://codereview.chromium.org/11416278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170605 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 170514glider@chromium.org2012-11-3020-444/+9
| | | | | | | | | | | | | | | | | | | | | > Bluetooth API Permission Dialogs. > > This CL introduces two new concepts: > - API permissions that cannot be found in the manifest (and therefore > need not be in the optional permissions section to be optionally > requested) > - optional API permission requests that have associated data > > BUG=119473 > TBR=sky@chromium.org > > > Review URL: https://chromiumcodereview.appspot.com/11413099 TBR=bryeung@chromium.org Review URL: https://codereview.chromium.org/11348335 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170604 0039d316-1c4b-4281-b951-d872f2087c98
* Disable TaskManagerBrowserTest tests on Win Aura for now since they're flaking.jam@chromium.org2012-11-301-0/+5
| | | | | | | BUG=31663 Review URL: https://codereview.chromium.org/11412286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170602 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile warnings for 64-bit constants.isherman@chromium.org2012-11-301-4/+10
| | | | | | Review URL: https://chromiumcodereview.appspot.com/11428117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170601 0039d316-1c4b-4281-b951-d872f2087c98
* Fix uber tray crash on stumpy which has no batteryoshima@chromium.org2012-11-301-2/+3
| | | | | | | | | | BUG=163531 TEST=none Review URL: https://chromiumcodereview.appspot.com/11421180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170600 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppression for leaks in _mesa_glsl_link_shader (issue 139998)glider@chromium.org2012-11-301-4/+23
| | | | | | | | | | Add a new stack for DoLibpngWrite leak (issue 150995) BUG=139998,150995 TBR=eugenis Review URL: https://codereview.chromium.org/11415247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170599 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ProfileBrowserTest.ExitType on Windows where it times out sometimes.jam@chromium.org2012-11-301-1/+7
| | | | | | | | BUG=163713 TBR=stuartmorgan Review URL: https://codereview.chromium.org/11434067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170598 0039d316-1c4b-4281-b951-d872f2087c98
* fix gtk find barestade@chromium.org2012-11-301-9/+16
| | | | | | | | | | it was all janked up along the bottom. That's fixed. Also updated the close button to use the tab close resource rather than the bar close resource (to match Windows). BUG=156749 Review URL: https://chromiumcodereview.appspot.com/11415220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170597 0039d316-1c4b-4281-b951-d872f2087c98
* Add keyboard overlay help for the Search key as a Function key extended ↵danakj@chromium.org2012-11-304-13/+151
| | | | | | | | | | | | | | | | | | | | | | keyboard shortcuts. When the "Search key acts as a Function key" option is enabled, the keyboard overlay help screen (accessed with Control-Alt-/) will include "Search" in its list of modifiers to press to see shortcuts. And when Search is pressed, the appropriate keys are highlighted with shortcuts that exist for it. The shortcuts are: Search-Backspace, Search-Up, Search-Down, Search-1, Search-2, etc, from https://codereview.chromium.org/11421055/ R=yusukes@chromium.org BUG=162268 Depends on: https://codereview.chromium.org/11421055/ Depends on: https://codereview.chromium.org/11417144/ Review URL: https://chromiumcodereview.appspot.com/11415124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170596 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1344.0 to 1345.0chrome-release@google.com2012-11-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170595 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Fix poster circle resize on Alex.backer@chromium.org2012-11-301-1/+1
| | | | | | | | | | | | Only resize the old front buffer (now back buffer) if we flipped. BUG=159880 TEST=by hand as per bug Review URL: https://chromiumcodereview.appspot.com/11280257 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170593 0039d316-1c4b-4281-b951-d872f2087c98
* Raise an exception if a unittest target is missing.frankf@google.com2012-11-301-5/+4
| | | | | | | | BUG=163653 Review URL: https://codereview.chromium.org/11421187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170592 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 170360jamiewalch@google.com2012-11-3011-137/+191
| | | | | | | | | | | | | | | | | | | | | | > Use AutoThread in ChromotingHostContext & NPAPI plugin. > > Callers now create ChromotingHostContext to create a set of threads > for host tasks to run on, and pass the threads' TaskRunners to each > host component explicitly. The ChromotingHostContext can then be > torn down as soon as the caller no longer needs to create new > components using the threads, and the threads themselves will exit > only when the created components no longer require them. > > This is a re-land of 11094056, which failed on the valgrind & Windows TSan bots due to ChromotingHostContext.StartAndStop not running its message loop to allow the context's threads join tasks to execute. > > TBR=alexeypa > > Review URL: https://chromiumcodereview.appspot.com/11316247 TBR=wez@chromium.org Review URL: https://codereview.chromium.org/11419265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170591 0039d316-1c4b-4281-b951-d872f2087c98
* Add Chrome OS accessibility histograms.dmazzoni@chromium.org2012-11-306-0/+57
| | | | | | | | | BUG=99504 TBR=joi Review URL: https://chromiumcodereview.appspot.com/11414232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170590 0039d316-1c4b-4281-b951-d872f2087c98
* Rename sunspider_benchmark to sunspider.tonyg@chromium.org2012-11-301-0/+0
| | | | | | | | | | | | | The way the perfbot works is that the benchmark name is used as the graph name. Since the graph is historically named sunspider, this makes for a clean transition with preserved history. BUG=163680 TEST=None Review URL: https://codereview.chromium.org/11348331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170587 0039d316-1c4b-4281-b951-d872f2087c98
* Let content_unittests almost build with the components build on androidthakis@chromium.org2012-11-308-19/+32
| | | | | | | | | BUG=158821 TBR=fischman Review URL: https://codereview.chromium.org/11428122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170586 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang build.dbeam@chromium.org2012-11-301-1/+1
| | | | | | | | | | TBR=isherman@chromium.org BUG=none TEST=clang compiles Review URL: https://codereview.chromium.org/11415240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170585 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash on win_aura buildbot because a RootWindow was getting multiple ↵jam@chromium.org2012-11-301-0/+2
| | | | | | | | | AddRootWindowObserver calls for the same window. The issue is that the observer wasn't unregistering itself at destruction. If another one happened to be created at the same memory address, then this check would trigger. BUG=163506 Review URL: https://codereview.chromium.org/11418262 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170584 0039d316-1c4b-4281-b951-d872f2087c98
* Add gestureFlingStart to gestures that can cancel a deferred tapDownyusufo@chromium.org2012-11-301-4/+2
| | | | | | | | | | | | | | It looks like there are cases where we might get a tapDown followed by a flingStart immediately without and scrollBegin from the Android framework. To avoid using the tapDown in these situations have flingStart also remove the deferred tapDown like scrollBegin and pinchBegin BUG=135818 Review URL: https://chromiumcodereview.appspot.com/11418218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170583 0039d316-1c4b-4281-b951-d872f2087c98
* [autofill] Fill in values on a successful run of interactive autocomplete.dbeam@chromium.org2012-11-3011-36/+132
| | | | | | | | | | R=estade@chromium.org,isherman@chromium.org TBR=jschuh@chromium.org BUG=157661 Review URL: https://codereview.chromium.org/11348273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170581 0039d316-1c4b-4281-b951-d872f2087c98
* Decouple workspace animation from other actions on windows (e.g. hide/show), ↵antrim@chromium.org2012-11-305-62/+99
| | | | | | | | | | | | | so that animations can be used separately. It would fix focus loss upon locking issue, as well as remove flickering on partial lock/cancel locking. BUG=162646 Review URL: https://chromiumcodereview.appspot.com/11419225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170580 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 170507 - Add public accounts to UserManagerisherman@chromium.org2012-11-3011-353/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | BUG=163690 This CL extends the UserManager to handle public accounts defined through policy. User pods are dynamically added and removed when the list of public accounts in policy changes. Any data belonging to obsolete accounts is also removed, taking care not to remove it prematurely if a user is currently logged into the account. The CL also makes the user list handling more robust by checking for duplicate entries in the user list prefs and logging these as errors. The pods added for public accounts are not functional yet. The login flow for public accounts will be the topic of another CL. BUG=158509 Review URL: https://chromiumcodereview.appspot.com/11419184 TBR=bartfab@chromium.org Review URL: https://codereview.chromium.org/11299284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170579 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Remove onUrlStarChanged method from WebContentsDelegateAndroid.jknotten@chromium.org2012-11-304-23/+0
| | | | | | | | | | | This method is unused in Chromium and downstream, so remove it. BUG=149477 Review URL: https://chromiumcodereview.appspot.com/11412274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170578 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 170518 - Remove spurious OVERRIDEisherman@chromium.org2012-11-301-1/+1
| | | | | | | | | | | | | | BUG=163690 TBR=bartfab@chromium.org BUG=none Review URL: https://codereview.chromium.org/11348327 TBR=isherman@chromium.org Review URL: https://codereview.chromium.org/11421186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170577 0039d316-1c4b-4281-b951-d872f2087c98
* sync: centralize sync startup decisions in TryStart.tim@chromium.org2012-11-307-59/+113
| | | | | | | | | | | | | | | | | Also addresses an issue on Chrome OS where we'd unnecessarily spin up the DataTypeManager if the user cancelled out of a sync setup (after a dashboard clear), and adds some comments. Lastly some tests were firing TOKEN_LOADING_FINISHED on a fake / mock TokenService, but calling TokensLoadedFromDB was still returning false -- fixed that (needed for this patch). BUG=80194, 128692 Review URL: https://chromiumcodereview.appspot.com/11348220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170576 0039d316-1c4b-4281-b951-d872f2087c98