- 16 Sep, 2014 40 commits
-
-
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}
-
vitalybuka authored
NOTRY=true Review URL: https://codereview.chromium.org/576563002 Cr-Commit-Position: refs/heads/master@{#294948}
-
sullivan authored
BUG= Review URL: https://codereview.chromium.org/575603002 Cr-Commit-Position: refs/heads/master@{#294947}
-
dalecurtis authored
The CancelIo() operation does not synchronously cancel IO operations, we must wait for them to return before returning to avoid writes to resources which may have already been destructed. See this blog post for more information: http://blogs.msdn.com/b/oldnewthing/archive/2011/02/02/10123392.aspx BUG=413494 TEST=manual inspect of cancellation states. Review URL: https://codereview.chromium.org/570713003 Cr-Commit-Position: refs/heads/master@{#294946}
-
blink-deps-roller authored
https://chromium.googlesource.com/chromium/blink/+log/1d4eb25ceba65e3e78786bce1251dc248d20af19..fbd4f37d728e462a9cbc3482156ad7e8c2c1d0b5 TBR=loislo@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/564663004 Cr-Commit-Position: refs/heads/master@{#294945}
-
rdevlin.cronin authored
Determine how many extension icons to show on each row of the overflow menu based on the width of other menu items. Screenshot: http://imgur.com/mPQAbxs BUG=412503 Review URL: https://codereview.chromium.org/553233002 Cr-Commit-Position: refs/heads/master@{#294944}
-
jamesr authored
When in the component build multiple threads (apps) will use the same view manager client lib and could fight over the current GL context, so always make our context current in BitmapUploader. When shutting down abrubtly (i.e. when losing a connection to an app), the client will not necessarily properly unref all resources it uses. DCHECKing here isn't helpful, so just skip over resources that are not fully unreffed. R=ben@chromium.org Review URL: https://codereview.chromium.org/569173007 Cr-Commit-Position: refs/heads/master@{#294943}
-
hanxi authored
BUG=352293 Review URL: https://codereview.chromium.org/566413002 Cr-Commit-Position: refs/heads/master@{#294942}
-
mgiuca authored
This means Chrome will no longer register itself as the handler for the bogus "chromehtml" URL protocol. (Regular file associations should not register the class name as a URL protocol.) BUG=413051 Review URL: https://codereview.chromium.org/559253002 Cr-Commit-Position: refs/heads/master@{#294941}
-
dcheng authored
This patch was generated by running the rewrite_scoped_refptr clang tool on a ChromeOS build. BUG=110610 Review URL: https://codereview.chromium.org/556293004 Cr-Commit-Position: refs/heads/master@{#294940}
-
isherman authored
BUG=412882 TEST=components_unittests R=tengs@chromium.org Review URL: https://codereview.chromium.org/562763004 Cr-Commit-Position: refs/heads/master@{#294939}
-