- 13 Dec, 2014 10 commits
-
-
tengs authored
BUG=420316 Review URL: https://codereview.chromium.org/792193003 Cr-Commit-Position: refs/heads/master@{#308207}
-
rvargas authored
BUG=417532 Review URL: https://codereview.chromium.org/785353003 Cr-Commit-Position: refs/heads/master@{#308206}
-
rvargas authored
BUG=417532 R=rtenneti@chromium.org Review URL: https://codereview.chromium.org/793463002 Cr-Commit-Position: refs/heads/master@{#308205}
-
spang authored
This adds a use_xkbcommon variable that allows usage of libxkbcommon in the build. Turn this on for linux ozone builds (except embedded builds). BUG=430194 TEST=build Review URL: https://codereview.chromium.org/751623003 Cr-Commit-Position: refs/heads/master@{#308204}
-
rvargas authored
BUG=417532 Review URL: https://codereview.chromium.org/785363002 Cr-Commit-Position: refs/heads/master@{#308203}
-
maruel authored
$ git log dbff01c15..b10edf25e --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-12-11 maruel Remove FileSystem; it's not used anymore even by tests. 2014-12-11 maruel Overhaul tests to stop using FileSystem in isolateserver.py. 2014-12-10 maruel Fix regression in 012067b422; exception bc 2 report_on_exception_exit() calls 2014-12-10 maruel Add coherent automatic https:// prefix to server flags. 2014-12-10 maruel Remove last remnant of support for --indir. 2014-12-09 maruel Get rid of tests/run_isolated/ and create a in-process isolate server mock. 2014-12-08 maruel Remove --isolated from run_isolated.py. R=vadimsh@chromium.org BUG= Review URL: https://codereview.chromium.org/794903006 Cr-Commit-Position: refs/heads/master@{#308202}
-
samuong authored
BUG=441757 TBR=jeremyim@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/804573004 Cr-Commit-Position: refs/heads/master@{#308201}
-
twellington authored
BUG=441481 Review URL: https://codereview.chromium.org/801533002 Cr-Commit-Position: refs/heads/master@{#308200}
-
arnarb authored
Allows the extension to display an infobar to collect explicit user consent before registering a key. BUG=426358 Review URL: https://codereview.chromium.org/766303003 Cr-Commit-Position: refs/heads/master@{#308199}
-
reed authored
BUG= Review URL: https://codereview.chromium.org/797753003 Cr-Commit-Position: refs/heads/master@{#308198}
-
- 12 Dec, 2014 30 commits
-
-
jbudorick authored
Dependent on https://codereview.chromium.org/787393003/ BUG= Review URL: https://codereview.chromium.org/796503004 Cr-Commit-Position: refs/heads/master@{#308197}
-
dbeam authored
R=benjhayden@chromium.org BUG=440741 Review URL: https://codereview.chromium.org/795353002 Cr-Commit-Position: refs/heads/master@{#308196}
-
samuong authored
Revert of Update DisplayConfigurator to use the asynchronous tasks (patchset #4 id:60001 of https://codereview.chromium.org/801493002/) Reason for revert: seems to be causing problems in display_unittests on the following bot: https://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/builds/5095 Original issue's description: > Update DisplayConfigurator to use the asynchronous tasks > > Now DisplayConfigurator can take advantage of asynchronous configuration APIs. > Note: For X11, NativeDisplayDelegate is still implemented via synchronous calls > so all configurations will be synchronous on X11. > > Notable changes: > 1) EnterState(), UpdateCachedDisplays() and FindMirrorMode() have been moved > into the DisplayLayoutManager implementation. > 2) NativeDisplayDelegate's initialization has been moved before grabbing the > server. Shouldn't cause any issues since the server doesn't need to be grabbed > when initializing NDD. > > BUG=429746 > TEST=display_unittests and manually on Link with X11 > > Committed: https://crrev.com/7547705543d6b711a166e513a43a4e43f93fd254 > Cr-Commit-Position: refs/heads/master@{#308175} TBR=derat@chromium.org,dnicoara@chromium.org NOTREECHECKS=true NOTRY=true BUG=429746 Review URL: https://codereview.chromium.org/797383002 Cr-Commit-Position: refs/heads/master@{#308195}
-
rlp authored
setting. The functions for showing hotwording and showing the audio history state now take into account the sign in state and correctly update when the sign in state changes. BUG=441419, 435637 Review URL: https://codereview.chromium.org/797763002 Cr-Commit-Position: refs/heads/master@{#308194}
-
cmumford authored
These two tests are new with the latest leveldb DEPS roll. Review URL: https://codereview.chromium.org/804473006 Cr-Commit-Position: refs/heads/master@{#308193}
-
rockot authored
This turns on functional support for the unlimitedStorage content_capabilities grant. BUG=409272 R=kalman@chromium.org Review URL: https://codereview.chromium.org/802593003 Cr-Commit-Position: refs/heads/master@{#308192}
-
pneubeck authored
The Init() function did never call back if the username_hash was empty, because GetPrivateSlotForChromeOSUser would return a nullptr and InitIfSlotsAvailable returning consistently false. Now the callback will be called once GetPrivateSlotForChromeOSUser returned. This change is on purpose kept minimal to allow merging to M40. BUG=434205 Review URL: https://codereview.chromium.org/802433002 Cr-Commit-Position: refs/heads/master@{#308191}
-
rdevlin.cronin authored
Previously, [BrowserActionsContainer animationEndFrame] only returned the frame after animation once animation had occurred. Replace this with an always- valid animationEndFrame method that returns the frame after animation, or the current frame if the container is not animating. Also, move the animation suppression for testing to the ToolbarActionsBar so that it is platform-independent. TBR=sky@chromium.org (moving animation suppression flag) BUG=435518 Review URL: https://codereview.chromium.org/795663003 Cr-Commit-Position: refs/heads/master@{#308190}
-
newt authored
The "app_name" string needs to be defined in an Android resources XML file instead of in android_chrome_strings.grd so the string isn't copied into every language (which makes it impossible to override the string from a single strings.xml file) BUG=441424 Review URL: https://codereview.chromium.org/800953002 Cr-Commit-Position: refs/heads/master@{#308189}
-
rnephew authored
Add AMP support to test runner. BUG=428729 Review URL: https://codereview.chromium.org/803643002 Cr-Commit-Position: refs/heads/master@{#308188}
-
oshima authored
The opacity stays 0.2f if the window is created and shown in inactive state because the opacity is set back to 1.0f only when the animation is applied. This CL uses 1.0f opacity as initial opacity and when transitioning from/to small shadow. BUG=433574 TEST=manual test. See the bug for repro step. Review URL: https://codereview.chromium.org/798673002 Cr-Commit-Position: refs/heads/master@{#308187}
-
zhaoqin authored
TBR=jbauman@chromium.org BUG=441785 NOTRY=true Review URL: https://codereview.chromium.org/787253004 Cr-Commit-Position: refs/heads/master@{#308186}
-
rvargas authored
BUG=417532 Review URL: https://codereview.chromium.org/789023002 Cr-Commit-Position: refs/heads/master@{#308185}
-
siggi authored
and metrics reporting. BUG=412384 Review URL: https://codereview.chromium.org/792163002 Cr-Commit-Position: refs/heads/master@{#308184}
-
satorux authored
In favor of less things to have in chrome/browser/chromeos. BUG=437691 TEST=everything builds as before Review URL: https://codereview.chromium.org/786693002 Cr-Commit-Position: refs/heads/master@{#308183}
-
pkasting authored
BUG=81439 TEST=none Review URL: https://codereview.chromium.org/777853003 Cr-Commit-Position: refs/heads/master@{#308182}
-
shrikant authored
As things seem to have stabilized after Cache check-in. I want to see and experiment with removing this limit. Modified Cache file version, so that it will be regenerated. BUG=441477 R=scottmg,cpu Review URL: https://codereview.chromium.org/796643004 Cr-Commit-Position: refs/heads/master@{#308181}
-
tengs authored
The metric in the app was broken for a while now. We will fix the metric natively so we don't have to deal with app lifetime issues. BUG=433697 Review URL: https://codereview.chromium.org/799623003 Cr-Commit-Position: refs/heads/master@{#308180}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/923676f..095dcae TBR=lushnikov@chromium.org,vsevik@chromium.org,dglazkov@chromium.org Review URL: https://codereview.chromium.org/799883003 Cr-Commit-Position: refs/heads/master@{#308179}
-
spang authored
Use the device's path in the device tree rather than a device name whitelist to determine if it is permanently attached. This is consistent with the strategy we've been using for touchscreens. This slightly changes the code to just remove non-keyboards from the keyboard list, instead of overloading INPUT_DEVICE_UNKNOWN to mean it is not a keyboard. TEST=manual on chromeos build on ubuntu BUG=437539 Review URL: https://codereview.chromium.org/798453002 Cr-Commit-Position: refs/heads/master@{#308178}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/a60b2ea..1629118 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=scroggo@google.com Review URL: https://codereview.chromium.org/801903002 Cr-Commit-Position: refs/heads/master@{#308177}
-
kalman authored
use it for the experimental permission. BUG=440194 R=rockot@chromium.org Review URL: https://codereview.chromium.org/801603002 Cr-Commit-Position: refs/heads/master@{#308176}
-
dnicoara authored
Now DisplayConfigurator can take advantage of asynchronous configuration APIs. Note: For X11, NativeDisplayDelegate is still implemented via synchronous calls so all configurations will be synchronous on X11. Notable changes: 1) EnterState(), UpdateCachedDisplays() and FindMirrorMode() have been moved into the DisplayLayoutManager implementation. 2) NativeDisplayDelegate's initialization has been moved before grabbing the server. Shouldn't cause any issues since the server doesn't need to be grabbed when initializing NDD. BUG=429746 TEST=display_unittests and manually on Link with X11 Review URL: https://codereview.chromium.org/801493002 Cr-Commit-Position: refs/heads/master@{#308175}
-
danakj authored
When the live tiles rect changes on the active tiling, we also remove tiles on the recycled tiling to avoid unshared tiles in the recycle tree. But when a tile is created on the active tree, we should also share the tile to the recycle tree. Since we're creating tiles, we also need to update the live tiles rect so tiles do not exist outside of it. So now the live tiles rect is simply updated on both trees at once. This ensures that on the next commit, if the picture layer did not get any invalidations, and doesn't push properties, it still has all the tiles in its live tiles rect so we can do ready-to-activate checks correctly. Secondly, when activating, if any tiles were present on the pending tree but are not on the active tree (can happen due to missing recordings on the active tree), then share those tiles to the active tree during activation. This patch fixes DCHECKs occuring in PictureLayerTiling's CloneTilesAndPropertiesFrom() where the pending and active tiling were not ending up with the same number of tiles. R=enne, vmpstr BUG=387116 Review URL: https://codereview.chromium.org/799463005 Cr-Commit-Position: refs/heads/master@{#308174}
-
gcasto authored
This bug was introduced in the move from RenderViewHost -> RenderFrameHost. The Interactive UI test would have caught this, but was disabled for being flaky. I'm actively working on fixing that test, but given the severity of the problem it makes sense to check in the fix without waiting for the test to be fixed. BUG=440257 Review URL: https://codereview.chromium.org/790783003 Cr-Commit-Position: refs/heads/master@{#308173}
-
mseaborn authored
The variable g_is_main_thread is only read from dead code in irt_manifest.c in the NaCl repo. It is read from the old SRPC-based implementation of open_resource(), which isn't accessible because it's overridden by the Chromium side's implementation of open_resource(). Removing this assignment will allow us to remove irt_manifest.c, which defines g_is_main_thread. BUG=https://code.google.com/p/nativeclient/issues/detail?id=3864 TEST=trybots Review URL: https://codereview.chromium.org/799023003 Cr-Commit-Position: refs/heads/master@{#308172}
-
hanxi authored
This CL introduce DeclarativeUserScriptManager to manager a set of DeclarativeUserScriptMaster objects which were stored in the ExtensionSystemImpl. With this refactor, it allows the DeclarativeUserScriptManager to take care of the creations of DeclarativeUserScriptMaster objects: 1) It enable the DeclarativeUserScriptManager accept all kinds of input keys and convert them as a uniform format; 2) The manager will assign a unique ID to the consumer who requests a DeclarativeUserScriptMaster object.The consumer can use this ID to do script injection. (The above two steps will be implemented in another CLs) This refactor is a part of issue "support DeclarativeContent script injection on <webview>", please refer to a design doc(https://goto.google.com/introduceidforscriptinjection). BUG=437566 Review URL: https://codereview.chromium.org/796453003 Cr-Commit-Position: refs/heads/master@{#308171}
-
melandory authored
Decision whenever "Allow to collect URL?" bubble should be shown or not is made based on Finch experiment. If user belongs to group for which bubble should be shown, then we calculate a time span when bubble should appear, if it's current span, when we show bubble and saving in settings information that bubble was shown, so we'll never show bubble again. If it's not current time span when we do not show bubble this time. BUG=435080 R=vabr@chromium.org Review URL: https://codereview.chromium.org/789613004 Cr-Commit-Position: refs/heads/master@{#308170}
-
eroman authored
BUG=441485 Review URL: https://codereview.chromium.org/795263002 Cr-Commit-Position: refs/heads/master@{#308169}
-
robert.bradford authored
When unplugging an external display the WindowTreeHost is destroyed, destroying the window and stopping the capture. However the compositor is destroyed before the window in the WindowTreeHost destructor. This change add an extra check that the compositor is valid before dereferencing. BUG=441747 TEST=on link_freon unplugging external display does not result in crash when running desktopCapture example against the external display Review URL: https://codereview.chromium.org/801823002 Cr-Commit-Position: refs/heads/master@{#308168}
-