| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170629 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170620 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/11308299
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170618 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170613 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170608 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170606 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/11416278
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170605 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> 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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11428117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170601 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170595 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|