- 16 Sep, 2014 40 commits
-
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/fbd4f37d728e462a9cbc3482156ad7e8c2c1d0b5..be75ff2f0cfa2d2ad48039af212f6b609c550784 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/576563003 Cr-Commit-Position: refs/heads/master@{#294988}
-
bradnelson authored
BUG=https://code.google.com/p/chromium/issues/detail?id=388101 TEST=local + with trybots R=mseaborn@chromium.org,jam@chromium.org,brettw@chromium.org Review URL: https://codereview.chromium.org/452543002 Cr-Commit-Position: refs/heads/master@{#294987}
-
rickyz authored
These are only used for futexes that are shared between processes, which should not be happening in Chromium. BUG=413855 Review URL: https://codereview.chromium.org/569713004 Cr-Commit-Position: refs/heads/master@{#294986}
-
boliu authored
Always start a renderer if one does not already exist. The check is cheap so no need for a parameter to control it. BUG= Review URL: https://codereview.chromium.org/570783002 Cr-Commit-Position: refs/heads/master@{#294985}
-
jianli authored
BUG=384041 Review URL: https://codereview.chromium.org/561453002 Cr-Commit-Position: refs/heads/master@{#294984}
-
sievers authored
BUG=407184,386735 Review URL: https://codereview.chromium.org/564373006 Cr-Commit-Position: refs/heads/master@{#294983}
-
dtseng authored
BUG=309681,414153 TEST=AutomationApiTest.*. Review URL: https://codereview.chromium.org/561933002 Cr-Commit-Position: refs/heads/master@{#294982}
-
rileya authored
This allows Skia to do YUV conversion on the GPU in the case of a hardware-accelerated canvas. Note that this only works for JPEG color space video frames, as that's the only format Skia currently supports. BUG=91208 Review URL: https://codereview.chromium.org/531353002 Cr-Commit-Position: refs/heads/master@{#294981}
-
tbarzic authored
The extension gets disabled when Chrome goes to sleep. If it doesn't wake up for some reason, the app will stay disabled. To make sure this doesn't happen, enable the app after loading it (this should be no-op if the app is already enabled). TEST=Let a Chromebook battery drain while it's suspended. On next boot the easy unlock app should be enabled (provided that it was enabled when Chromebook was suspended). BUG=410082 Review URL: https://codereview.chromium.org/564663003 Cr-Commit-Position: refs/heads/master@{#294980}
-
qinmin authored
When updating the ReadyState, HTMLMediaElement will immediately check the duration. If at that time has_valid_metadata_ is false, we will return NaN. So the has_valid_metadata_ has to be set before ReadyState is updated. BUG=414499 Review URL: https://codereview.chromium.org/572803002 Cr-Commit-Position: refs/heads/master@{#294979}
-
tonyg authored
The exact wakeup times are don't-cares as long as the interval is regular. BUG=411488 Review URL: https://codereview.chromium.org/567133002 Cr-Commit-Position: refs/heads/master@{#294978}
-
jiayl authored
BUG=414362 Review URL: https://codereview.chromium.org/576543003 Cr-Commit-Position: refs/heads/master@{#294977}
-
kelvinp authored
Hangout Remote Desktop integration is no longer targetting M39. Since it hasn't gone through security review yet, we should disable the feature until we got a sign off from security. BUG=414463 Review URL: https://codereview.chromium.org/572083002 Cr-Commit-Position: refs/heads/master@{#294976}
-
lanwei authored
There are some parameters in the Gesture Configuration which are no longer used for unified gesture detector: max_radius_; min_flick_speed_squared_ min_rail_break_velocity_ min_scroll_delta_squared_ min_touch_down_duration_in_seconds_for_click_ rail_break_proportion_ rail_start_proportion_ scroll_prediction_seconds_ points_buffered_for_velocity_ BUG=380131 Review URL: https://codereview.chromium.org/570633002 Cr-Commit-Position: refs/heads/master@{#294975}
-
thestig authored
BUG=402728 Review URL: https://codereview.chromium.org/578483002 Cr-Commit-Position: refs/heads/master@{#294974}
-
jbauman authored
BUG= Review URL: https://codereview.chromium.org/569283005 Cr-Commit-Position: refs/heads/master@{#294973}
-
chirantan authored
Add a flag for lucid sleep so that apps that wish to start working with it can do so while it's still under development. Also to help with testing when the lid is closed, add a class that will flash the light bar when the system is in dark resume. BUG=397328 Signed-off-by:
Chirantan Ekbote <chirantan@chromium.org> Review URL: https://codereview.chromium.org/566993002 Cr-Commit-Position: refs/heads/master@{#294972}
-
lazyboy authored
This makes touch events work in <webview>. Otherwise GestureRecognizer starts sending event to bogus Window*, which crashes the browser. BUG=413017 Test= In a touch enabled device, open a chrome app that has a <webview>. e.g. https://chrome.google.com/webstore/detail/edggnmnajhcbhlnpjnogkjpghaikidaa Try doing the following actions, none of them should crash the browser. 1. Tap on an input box, e.g. by going to http://www.google.com. 2. Scrolling a page should work. 3. Go to a page that has no touch handlers, you should be able to scroll the page w/o problem. 3. Go to a page that has touch handlers (e.g. touchstart), you should be able to scroll the page w/o problem. 4. Go to a page that has preventDefault() on touchstart event, you shouldn't be able to scroll the page. Review URL: https://codereview.chromium.org/572763002 Cr-Commit-Position: refs/heads/master@{#294971}
-
cmasone authored
BUG=414453 TEST=None R=dalecurtis Review URL: https://codereview.chromium.org/578433002 Cr-Commit-Position: refs/heads/master@{#294970}
-
morrita authored
Before this change, MojoApplicatioHost was activated only if some browser-side modules requested it. There was no way for renderer to activate it. This CL let MojoApplicationHost always get activated. Now renderer can request services it needs without its own activation flow. R=darin@chromium.org,tsepez@chromium.org TEST=none BUG=none Review URL: https://codereview.chromium.org/563373002 Cr-Commit-Position: refs/heads/master@{#294969}
-
rockot authored
Revert of Minor cleanup in EasyUnlockClient (patchset #2 id:20001 of https://codereview.chromium.org/569813002/) Reason for revert: Looks like some ChromeOS code was missed here; it's unclear why bots didn't catch this. Original issue's description: > Minor cleanup in EasyUnlockClient > > * arg names in GenerateEcP256KeyPairCallback typedef were reversed > * Make CreateSecureMEssage and UnwrapSecureMessage take structs (instead > of having long list of arguments) > > BUG=None > TEST=existing unittests > > Committed: https://crrev.com/35e3a9c7061205db58f57182f5ba5eb87be0f355 > Cr-Commit-Position: refs/heads/master@{#294954} TBR=stevenjb@chromium.org,isherman@chromium.org,tbarzic@chromium.org NOTREECHECKS=true NOTRY=true BUG=None Review URL: https://codereview.chromium.org/577443004 Cr-Commit-Position: refs/heads/master@{#294968}
-
ckocagil authored
BUG= Review URL: https://codereview.chromium.org/566343002 Cr-Commit-Position: refs/heads/master@{#294967}
-
jbudorick authored
This CL adds JUnit4 to chromium android checkouts. It will be used for host-side java unit testing. This should allow us to both write new tests for existing java code and convert some existing device-side instrumentation tests. BUG=316383 Review URL: https://codereview.chromium.org/556893004 Cr-Commit-Position: refs/heads/master@{#294966}
-
a.renevier authored
This is the 3rd part accelerated direction control. The legacy code was handling alternatesdirection instead of the full set of direction controls. Now that blink side has landed, we can remove this legacy code. It builds on top of https://codereview.chromium.org/227733004 and https://codereview.chromium.org/225183014 BUG=348071 Review URL: https://codereview.chromium.org/576553002 Cr-Commit-Position: refs/heads/master@{#294965}
-
danakj authored
Since the CQ runs this bot, git cl try should too. BUG=413904 Review URL: https://codereview.chromium.org/565393002 Cr-Commit-Position: refs/heads/master@{#294964}
-
chrome://settingsvitalyp authored
R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/options/compiled_resources.gyp && ninja -C out/Default | grep ERROR | wc -l Review URL: https://codereview.chromium.org/553573003 Cr-Commit-Position: refs/heads/master@{#294963}
-
ananta authored
This occurs in the NativeViewHostAura::NativeViewDetaching code path where we first remove the clipping window which is the intermediate parent of the web contents view. The clipping window is hidden which causes the RWHVA::Hide function to get called which initiates the hiding sequence. Then the web contents view is reparented to the main view which is still visible. Now the RWHVA::Show function is called which initiates the show sequence. Eventually the main view is hidden, which then initiates the hide sequence. Addressed this with the following changes. 1. WebView::AttachWebContents and WebView::DetachWebContents now show and hide the webcontents native view. The WebContents is shown and hidden as before in WebContentsNativeViewAura::OnWindowVisibilityChanged. 2. Removed the WebContentsNativeViewAura::OnWindowParentChanged function. This function was present to show and hide the webcontents if the window was visible. This should not be needed with the change in #1 above. 3. Added a new file webview_unittest.cc. This contains the unittest WebViewUnitTest.TestWebViewAttachDetachWebContents This is run as part of unit_tests.exe. BUG=412989 R=sky Review URL: https://codereview.chromium.org/564553002 Cr-Commit-Position: refs/heads/master@{#294962}
-
Nico Weber authored
Similar to https://codereview.chromium.org/385743002 , but in a file that's also built in host targets. Depends on r#294584. If your bot can't deal with this, please let me know! BUG=none Committed: https://crrev.com/5928c2f978a43488a2f45fe7da1d91dfdba1d593 Cr-Commit-Position: refs/heads/master@{#294687} R=ajwong@chromium.org Review URL: https://codereview.chromium.org/443483002 Cr-Commit-Position: refs/heads/master@{#294961}
-
hans authored
Revert of Roll Clang 214024:216630 (+216684) and switch to CMake (patchset #20 id:380001 of https://codereview.chromium.org/453513004/) Reason for revert: Builds failing with: ../../third_party/skia/include/core/SkRect.h:280:25: error: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Werror,-Wundefined-bool-conversion] SkASSERT(&a && &b); ~~ ^ ../../third_party/skia/include/core/SkTypes.h:96:56: note: expanded from macro 'SkASSERT' #define SkASSERT(cond) SK_ALWAYSBREAK(cond) ^ ../../third_party/skia/include/core/SkPostConfig.h:173:19: note: expanded from macro 'SK_ALWAYSBREAK' if (cond) break; \ ^ (From http://build.chromium.org/p/chromium.linux/builders/Linux%20GN%20%28dbg%29/builds/12335/steps/compile/logs/stdio) Original issue's description: > Roll Clang 214024:216630 (+216684) and switch to CMake > > This updates Chromium's clang version to r216630 with > r216684 cherry-picked to fix an ASan issue. > > It also changes the build script for Clang to use CMake > instead of Autoconf. The ASan team say this configuration > is better tested, and it also makes us consistent with > the Windows Clang build which already uses CMake. > > BUG=400849 > R=thakis@chromium.org > > Committed: https://chromium.googlesource.com/chromium/src/+/ff31c1ba254ca37f7a8b45549e1b7b1c978b3390 TBR=thakis@chromium.org,samsonov@google.com,eugenis@chromium.org NOTREECHECKS=true NOTRY=true BUG=400849 Review URL: https://codereview.chromium.org/567443003 Cr-Commit-Position: refs/heads/master@{#294960}
-
acolwell authored
Revert of mojo: Starting serialization for python bindings. (patchset #3 id:40001 of https://codereview.chromium.org/570563002/) Reason for revert: This patch appears to be causing failures on the Linux Tests bot. http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests/builds/13627 Original issue's description: > mojo: Starting serialization for python bindings. > > R=sdefresne@chromium.org,cmasone@chromium.org > > Committed: https://crrev.com/4e395c5e4c9025f187c98fb38730858b5cfdcc65 > Cr-Commit-Position: refs/heads/master@{#294846} TBR=cmasone@chromium.org,sdefresne@chromium.org,qsr@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/576603002 Cr-Commit-Position: refs/heads/master@{#294959}
-
xiyuan authored
- Change the default kiosk test app to not auto close itself; - Add test case for zooming support; BUG=413854 Review URL: https://codereview.chromium.org/571973006 Cr-Commit-Position: refs/heads/master@{#294958}
-
jbauman authored
If a surface has a copy output request pending, then the aggregator should avoid merging its root pass into its parent pass, and should instead place the copy request on it. BUG=397730 Review URL: https://codereview.chromium.org/565313003 Cr-Commit-Position: refs/heads/master@{#294957}
-
jbroman authored
gles2_interface.h defines a pure virtual interface; targets which use it should depend on it, but not necessarily on an implementation target. Consequently, a //gpu/command_buffer/client:gles2_interface target was created to reflect the dependency on this interface without linking a particular implementation. This resolves an issue with //cc trying to use this header without having a dependency on a target which includes it. Review URL: https://codereview.chromium.org/464153002 Cr-Commit-Position: refs/heads/master@{#294956}
-
msw authored
Create LazyInstances for the default LabelButton FontLists. Avoid creating/deriving default fonts for each new button. (the bookmark bar can create unbounded button instances) (repeated derivation is slow and exhausts GDI handles) BUG=411716 TEST=Profiles with tons of bookmarks do not crash. R=sky@chromium.org Review URL: https://codereview.chromium.org/544173007 Cr-Commit-Position: refs/heads/master@{#294955}
-
tbarzic authored
* arg names in GenerateEcP256KeyPairCallback typedef were reversed * Make CreateSecureMEssage and UnwrapSecureMessage take structs (instead of having long list of arguments) BUG=None TEST=existing unittests Review URL: https://codereview.chromium.org/569813002 Cr-Commit-Position: refs/heads/master@{#294954}
-
Hans Wennborg authored
This updates Chromium's clang version to r216630 with r216684 cherry-picked to fix an ASan issue. It also changes the build script for Clang to use CMake instead of Autoconf. The ASan team say this configuration is better tested, and it also makes us consistent with the Windows Clang build which already uses CMake. BUG=400849 R=thakis@chromium.org Review URL: https://codereview.chromium.org/453513004 Cr-Commit-Position: refs/heads/master@{#294953}
-
brettw authored
The GN on trunk requires this. Review URL: https://codereview.chromium.org/571043003 Cr-Commit-Position: refs/heads/master@{#294952}
-
stevenjb authored
Also, cleanup internet_options_handler.cc 'showViewAccountButton' code. BUG=279351 Review URL: https://codereview.chromium.org/561073002 Cr-Commit-Position: refs/heads/master@{#294951}
-
nyquist authored
The multiple_proguards_test_apk target used guava as an example for something that needed to be proguarded out to ensure no proguard warnings. Since guava is going away, this CL moves the bad code into chromium directly so there is no need for guava. It does bad things which produce warnings, so they are silenced by telling GYP that it is not chromium code. BUG=412673 Review URL: https://codereview.chromium.org/571203003 Cr-Commit-Position: refs/heads/master@{#294950}
-
smus authored
BUG=409192 R=rkc, xiaowenx Review URL: https://codereview.chromium.org/536213003 Cr-Commit-Position: refs/heads/master@{#294949}
-