- 04 Mar, 2015 40 commits
-
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b2c2289..7d85a55 TBR=enne@chromium.org,samli@chromium.org Review URL: https://codereview.chromium.org/981443002 Cr-Commit-Position: refs/heads/master@{#319019}
-
hshi authored
Setting cursor type to ui::kCursorNone is treated the same as setting visibility to false. However note that it is necessary to track the last requested cursor visibility separately. BUG=chrome-os-partner:30313 TEST=verify that large cursor disappears in Youtube full-screen mode Review URL: https://codereview.chromium.org/980453002 Cr-Commit-Position: refs/heads/master@{#319018}
-
Daniel Xie authored
speculatively reverting this to solve browser CPM BUG=463776 This reverts commit 5f1263bb. Merge branch 'master' of https://chromium.googlesource.com/a/chromium/src Revert "Handle unsucessful JsonPrefStore initialization in SupervisedUserSettingsService." this may be casuing an increase in rendererexit code. BUG=463646 This reverts commit 0197d5df. Merge branch 'master' of https://chromium.googlesource.com/a/chromium/src This is causing a huge amounts of renderer crashes because of RESULT_CODE_KILLED_BAD_MESSAGE. Reverting this from master. Revert "<webview>: Removed ResolveURL" This reverts commit c2fc6144. Cr-Commit-Position: refs/heads/master@{#319017}
-
zmo authored
BUG=463675 TEST=bots, WebGL2 demos R=kbr@chromium.org,bajones@chromium.org Review URL: https://codereview.chromium.org/978593003 Cr-Commit-Position: refs/heads/master@{#319016}
-
ckehoe authored
1. Token CRCs are not handled correctly. This adds the corrected Whispernet binary (from cl/87383487), and a test to confirm the correct behavior. 2. If we get tokens that require more than one padding character, the padding will not be completely removed when appropriate. This is a simple change in the js. BUG=463218 Review URL: https://codereview.chromium.org/969843002 Cr-Commit-Position: refs/heads/master@{#319015}
-
sammc authored
BUG=462507 Review URL: https://codereview.chromium.org/972893003 Cr-Commit-Position: refs/heads/master@{#319014}
-
jackhou authored
This ensures that re-creating a window with the same id shows that window if it already exists. This was broken in: https://codereview.chromium.org/417433002 BUG=461081 Review URL: https://codereview.chromium.org/958923004 Cr-Commit-Position: refs/heads/master@{#319013}
-
rockot authored
BUG= TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/975973002 Cr-Commit-Position: refs/heads/master@{#319012}
-
newt authored
The "on"/"off" text and the switch were both too close to the edge of the screen on pre-L devices. The bug arose because the LinearLayout had conflicting padding attributes: it defined "padding" inline, and used a style which defined "paddingStart" and "paddingEnd". The latter values were overriding the inline "padding" value. Review URL: https://codereview.chromium.org/970603003 Cr-Commit-Position: refs/heads/master@{#319011}
-
jaekyun authored
This is to fix regression of https://codereview.chromium.org/913033002. BUG=455996 Review URL: https://codereview.chromium.org/972293003 Cr-Commit-Position: refs/heads/master@{#319010}
-
kelvinp authored
Cleaning the webapp as the Hangout Remote Desktop service has discontinued. BUG=463322 Review URL: https://codereview.chromium.org/973333002 Cr-Commit-Position: refs/heads/master@{#319009}
-
jbudorick authored
Flaky on L. TBR=klundberg@chromium.org,jaekyun@chromium.org BUG=463740 Review URL: https://codereview.chromium.org/973393002 Cr-Commit-Position: refs/heads/master@{#319008}
-
qi1988.yang authored
Fix the TODO add by jhawkins. Struct data members do not have the trailing underscores that data members in class have. BUG= Review URL: https://codereview.chromium.org/968813002 Cr-Commit-Position: refs/heads/master@{#319007}
-
servolk authored
BUG=none Review URL: https://codereview.chromium.org/975973003 Cr-Commit-Position: refs/heads/master@{#319006}
-
xiyuan authored
- Add a install_immediately flag to ExternalProviderImpl; - Set install_immediately flag to true for kiosk app provider so that updated app install is not delayed; - Set auto acknowledge since kiosk should not show external install alert; BUG=461419 Review URL: https://codereview.chromium.org/974713002 Cr-Commit-Position: refs/heads/master@{#319005}
-
anandc authored
BUG=447778 Review URL: https://codereview.chromium.org/973983003 Cr-Commit-Position: refs/heads/master@{#319004}
-
Carlos Pizano authored
This reverts commit 59e9a996. it broke linux build http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Tests%20%281%29/builds/10478 BUG=none Review URL: https://codereview.chromium.org/979663002 Cr-Commit-Position: refs/heads/master@{#319003}
-
timav authored
This change contains of two parts. This is Part 1 (Chromium), Part 2 (Clank) is https://chrome-internal-review.googlesource.com/#/c/204475/ This change reverts https://codereview.chromium.org/972973002/ and restores original https://codereview.chromium.org/896673003/ with an addition of a fix: it removes DCHECK that verifies that an entry is always found and removed in a map. An entry will not be in the map unless corresponding player has been audible at least once. BUG=414810,463445 Review URL: https://codereview.chromium.org/975943003 Cr-Commit-Position: refs/heads/master@{#319002}
-
jbauman authored
PeerHandle() is not necessarily unique, so have a HostSharedBitmapManagerClient per renderer channel that's responsible for deleting bitmaps from renderers that die. Review URL: https://codereview.chromium.org/955523005 Cr-Commit-Position: refs/heads/master@{#319001}
-
sunnyps authored
Power monitoring was added to the scheduler based on the incorrect assumption that it would allow the system to use a lower timer resolution on windows. This is not true because the timer resolution is always high when on AC power while DelayBasedTimeSource is used for vsync timing. On battery power the high resolution timer is disabled by the power monitor irrespective of the presence of high resolution timer tasks. BUG=448939 Review URL: https://codereview.chromium.org/974083002 Cr-Commit-Position: refs/heads/master@{#319000}
-
navabi authored
BUG= Review URL: https://codereview.chromium.org/975963002 Cr-Commit-Position: refs/heads/master@{#318999}
-
meacer authored
BUG=450428 Review URL: https://codereview.chromium.org/893313004 Cr-Commit-Position: refs/heads/master@{#318998}
-
pkotwicz authored
This CL: - Makes PointerDeviceObserver use ui::InputDeviceEventObserver on X11 (it is already used on Ozone) - Makes X11HotplugEventObserver notify ui::DeviceDataManager when a mouse / touchpad is plugged in / unplugged - Removes DeviceHierarchyObserver BUG=440503 TEST=Manual Review URL: https://codereview.chromium.org/946173002 Cr-Commit-Position: refs/heads/master@{#318997}
-
jfroy authored
CL 906403006 introduced a linking error by referencing a symbol that is not included in iOS builds of the cast sender library. This patch stubs out the relevant code. BUG=463713 Review URL: https://codereview.chromium.org/974133002 Cr-Commit-Position: refs/heads/master@{#318996}
-
weiliangc authored
In single process mode with impl-side-painting, browser and renderer would both try to set number of raster worker threads, which causes DCHECK. This CL makes sure there won't be duplicate call to set number of worker threads in single process mode. R=enne BUG=314185 Review URL: https://codereview.chromium.org/971943002 Cr-Commit-Position: refs/heads/master@{#318995}
-
morrita authored
ChannelDelegate::GetWeakPtr() was called from the UI thread but it was racy as the weak ptr is also used in the IO thread. This CL turns ChannelDelegate a ThreadSafeRefCounted so that we can pass ChannelDelegate itself to the task runner, instead of using its weak ptr on the UI thread. This change also turns some TaskRunner declarations to SequencedTaskRunner to access its DeleteSoon() API from ChannelDelegate. TBR=creis@chromium.org R=viettrungluu@chrormium.org, agl@chromium.org BUG=460243 Review URL: https://codereview.chromium.org/955813002 Cr-Commit-Position: refs/heads/master@{#318994}
-
pkotwicz authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/872033002 Cr-Commit-Position: refs/heads/master@{#318993}
-
garykac authored
We're updating our build to ensure that all html files are auto generated and jscompiled. This html file is being removed now (rather than updated to be jscompiled) because we intend to remove the It2MeHelpeeChannel code in the near future. BUG= Review URL: https://codereview.chromium.org/979483002 Cr-Commit-Position: refs/heads/master@{#318992}
-
dtu authored
BUG=461551 TEST=None. R=eakuefner Review URL: https://codereview.chromium.org/973893002 Cr-Commit-Position: refs/heads/master@{#318991}
-
reveman authored
GpuMemoryBuffer implementations should not depend on GLImage. This moves the capabilities and size checks needed for compressed formats to the ImageFactory interface. BUG=462541 Review URL: https://codereview.chromium.org/968283002 Cr-Commit-Position: refs/heads/master@{#318990}
-
anandc authored
BUG= Review URL: https://codereview.chromium.org/973293003 Cr-Commit-Position: refs/heads/master@{#318989}
-
dfalcantara authored
Got replaced by a different function. BUG=457427 Review URL: https://codereview.chromium.org/972253002 Cr-Commit-Position: refs/heads/master@{#318988}
-
felt authored
This ensures that both infobars and bubbles are tested by creating both DownloadTest.TestMultipleDownloadsInfobar and DownloadTest. TestMultipleDownloadsBubble. The correct UI (infobar or bubble) is forced with a switch. BUG=438758 Review URL: https://codereview.chromium.org/976823002 Cr-Commit-Position: refs/heads/master@{#318987}
-
kaznacheev authored
BUG=439285 Review URL: https://codereview.chromium.org/975193002 Cr-Commit-Position: refs/heads/master@{#318986}
-
mgiuca authored
This adds null checks for the result of StartPageService::Get in a few places where it was missing. Review URL: https://codereview.chromium.org/970863003 Cr-Commit-Position: refs/heads/master@{#318985}
-
robliao authored
BUG=463337 Review URL: https://codereview.chromium.org/969283002 Cr-Commit-Position: refs/heads/master@{#318984}
-
jamesr authored
'gn check' for ui/gl:* in an android build currently fails with the error message: ERROR at //base/android/jni_generator/jni_generator_helper.h:11:11: Include not allowed. ^------------------------- It is not in any dependency of //ui/gl:surface_jni_headers__jni_Surface The include file is in the target(s): //base:base which should somehow be reachable from //ui/gl:surface_jni_headers__jni_Surface This target does not produce files that compile, so checking includes is less useful. R=brettw@chromium.org Review URL: https://codereview.chromium.org/961033003 Cr-Commit-Position: refs/heads/master@{#318983}
-
jiayl authored
TBR=tommi@chromium.org BUG= Review URL: https://codereview.chromium.org/978683002 Cr-Commit-Position: refs/heads/master@{#318982}
-
maniscalco authored
AttachmentService and SyncData no longer need to provide a drop method beecause model type code can drop attachments using its AttachmentStore. BUG= Review URL: https://codereview.chromium.org/973513002 Cr-Commit-Position: refs/heads/master@{#318981}
-
zmo authored
https://chromium.googlesource.com/angle/angle/+log/586465264..019304886 BUG= TEST=gpu bots R=jmadill@chromium.org Review URL: https://codereview.chromium.org/970363002 Cr-Commit-Position: refs/heads/master@{#318980}
-