- 30 Sep, 2014 16 commits
-
-
vitalybuka authored
Restore Pepper printing support even without full printing. If was guarded to work in full printing for Android, because Android did not implemented that functionality. Proper guard should allow even non-full printing, because code is usefull to print PDF. Removed printing to DC code, related code already deleted from Chrome. BUG=170859, 417967 Review URL: https://codereview.chromium.org/599633007 Cr-Commit-Position: refs/heads/master@{#297324}
-
rdevlin.cronin authored
BUG=416691 Review URL: https://codereview.chromium.org/612983004 Cr-Commit-Position: refs/heads/master@{#297323}
-
vitalybuka authored
Missed from https://codereview.chromium.org/454623002 Review URL: https://codereview.chromium.org/618453003 Cr-Commit-Position: refs/heads/master@{#297322}
-
jonross authored
ShelfViewTest.AppListButtonTouchFeedback and ShelfViewTest.AppListButtonTouchFeedbackCancellation are both failing on Valgrind after the refactor of the feedback switch. The tests does not have a memory failure, the test cases are failing now. Disabling the tests until they can be fixed. This is a follow up to: https://codereview.chromium.org/580903003/ TBR=skuhne@chromium.org BUG=398398 Review URL: https://codereview.chromium.org/616703002 Cr-Commit-Position: refs/heads/master@{#297321}
-
bajones authored
These values should be filled in as specified by the MSDN documentation for the function: http://msdn.microsoft.com/en-us/library/windows/desktop/dd162611(v=vs.85).aspx BUG=418684 TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/613033002 Cr-Commit-Position: refs/heads/master@{#297320}
-
rvargas authored
To be merged on 2171. BUG=418816 R=cpu@chromium.org Review URL: https://codereview.chromium.org/616713002 Cr-Commit-Position: refs/heads/master@{#297319}
-
dtrainor authored
We might have a native ContentViewCore but not a java side. Don't attempt to show the context menu if this is the case. BUG=410599 Review URL: https://codereview.chromium.org/610913004 Cr-Commit-Position: refs/heads/master@{#297318}
-
aurimas authored
In Java the filename and classname must match. BUG=None TBR=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/606343003 Cr-Commit-Position: refs/heads/master@{#297317}
-
rtenneti authored
Added Do... methods for each state in DoHandshakeLoop (similar to the conventions that we typically use in our state machines). DoVerifyProof and DoGetChannelID which could do async operation return QuicAsyncStatus. In DoHandshakeLoop changed "for (;;) {" to be similar to other do { ...} while loops of other state machines in chromium. R=rch@chromium.org,agl@chromium.org Review URL: https://codereview.chromium.org/588443002 Cr-Commit-Position: refs/heads/master@{#297316}
-
michaeln authored
Bypass ServiceWorkers for synchronous resource loads to avoid deadlocks when the worker and page are running in the same process. [1] this cl [2] layout test https://codereview.chromium.org/573293005/ BUG=413103 Review URL: https://codereview.chromium.org/553333005 Cr-Commit-Position: refs/heads/master@{#297315}
-
vitalyp authored
BUG=78368 R=dbeam@chromium.org TEST=GYP_GENERATORS=ninja gyp --depth . third_party/closure_compiler/compiled_resources.gyp && ninja -C out/Default Review URL: https://codereview.chromium.org/599203003 Cr-Commit-Position: refs/heads/master@{#297314}
-
pkotwicz authored
particular, wmii indicates that it supports EWMH via _NET_SUPPORTING_WM_CHECK and _NET_ACTIVE_WINDOW via _NET_SUPPORTED but does not ever set the _NET_ACTIVE_WINDOW property. This is a known bug with wmii (https://code.google.com/p/wmii/issues/detail?id=266) BUG=417767 TEST=Manual, see bug Review URL: https://codereview.chromium.org/602183003 Cr-Commit-Position: refs/heads/master@{#297313}
-
rvargas authored
BUG=416722 R=jochen@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/596153003 Cr-Commit-Position: refs/heads/master@{#297312}
-
yoz authored
Review URL: https://codereview.chromium.org/602293003 Cr-Commit-Position: refs/heads/master@{#297311}
-
miletus authored
The mean_input_event_latency result of groupcloned.com_test_list-images is not correct and is adding too much noise to the metric over the page set. We want to exclude its mean_input_event_latency from the test result which is pending the telemetry feature of page result filter. So for now, lets disable the this page. BUG=409086 Review URL: https://codereview.chromium.org/616513003 Cr-Commit-Position: refs/heads/master@{#297310}
-
rdevlin.cronin authored
Add an ExtensionWantsToAct() method on ExtensionActionAPI. Even though we're not quite sure what we want the UI to look like for an extension desiring to act, we can start a little bit of the plumbing now. For instance, exposing a method that allows a caller to check if an extension wants to act on a given page. BUG=417441 Review URL: https://codereview.chromium.org/597413003 Cr-Commit-Position: refs/heads/master@{#297309}
-
- 29 Sep, 2014 24 commits
-
-
dmichael authored
Blocking renderer->plugin messages can be interrupted by any message from the plugin->renderer (even async ones). So while handline a blocking message, such as HandleInputEvent or HandleBlockingMessage, it's currently possible to re-enter JavaScript. This patch makes that impossible by queueing up Plugin->Renderer messages sent via PPB_Messaging::PostMessage while any renderer->plugin sync message is on the stack. BUG=384528 Committed: https://crrev.com/f73075c99b5ba30e8d62dc5f13fdfb210d0fc506 Cr-Commit-Position: refs/heads/master@{#296311} Committed: https://crrev.com/3fe4ceee750b2cd130bd402de3d371d8518c3eba Cr-Commit-Position: refs/heads/master@{#296807} Review URL: https://codereview.chromium.org/589213003 Cr-Commit-Position: refs/heads/master@{#297308}
-
rsleevi authored
BUG=401365 Review URL: https://codereview.chromium.org/509273002 Cr-Commit-Position: refs/heads/master@{#297307}
-
zmo authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/0c6b223..ed24ca8 TBR=eustas@chromium.org BUG= Review URL: https://codereview.chromium.org/611993003 Cr-Commit-Position: refs/heads/master@{#297306}
-
stevenjb authored
After we show and activate a popup window from a user gesture, we should always focus the web contents. BUG=411322 Review URL: https://codereview.chromium.org/599763003 Cr-Commit-Position: refs/heads/master@{#297305}
-
mef authored
For example "cr_cronet.py test -f *Quic*" will run just Quic tests. BUG= Review URL: https://codereview.chromium.org/601863002 Cr-Commit-Position: refs/heads/master@{#297304}
-
vmpstr authored
This patch ensures that we always activate when we become invisible. The reason being is that when we come back to being visible again, we don't need to rasterize both active and pending trees. We can just rasterize what used to be the pending tree. Since we set RequiresHighResToDraw on becoming visible, this also ensures that we don't checkerboard on becoming visible. BUG=410000, 417598 R=danakj, enne, brianderson Review URL: https://codereview.chromium.org/605823002 Cr-Commit-Position: refs/heads/master@{#297303}
-
asvitkine authored
Also refactors some common code into a method in MetricsService. BUG=400357 Review URL: https://codereview.chromium.org/612883003 Cr-Commit-Position: refs/heads/master@{#297302}
-
John Abd-El-Malek authored
I moved all tests to Win Tests x64 (1) in preparation for removing 2 & 3. BUG=414808 R=maruel@chromium.org Review URL: https://codereview.chromium.org/608363004 Cr-Commit-Position: refs/heads/master@{#297301}
-
andresantoso authored
When the download shelf is closed, it's still in the view hierarchy with height of 0. To make it not appear in the AX hierarchy, we hide the view after the close animation is finished. BUG=417698 Review URL: https://codereview.chromium.org/615663002 Cr-Commit-Position: refs/heads/master@{#297300}
-
lfg authored
App_shell doesn't have a ComponentExtensionResourceManager implementation, so we need to check if it's available before using it. BUG=352293 Review URL: https://codereview.chromium.org/615703002 Cr-Commit-Position: refs/heads/master@{#297299}
-
lfg authored
Tests added in this CL: TestLoadAbortChromeExtensionURLWrongPartition TestLoadAbortIllegalChromeURL TestLoadAbortIllegalFileURL TestLoadAbortIllegalJavaScriptURL TestLoadAbortInvalidNavigation TestLoadAbortNonWebSafeScheme TestLoadProgressEvent BUG=352293 Review URL: https://codereview.chromium.org/601553005 Cr-Commit-Position: refs/heads/master@{#297298}
-
isherman authored
BUG=none TEST=none R=keybuk@chromium.org Review URL: https://codereview.chromium.org/580643002 Cr-Commit-Position: refs/heads/master@{#297297}
-
davemoore authored
BUG= Review URL: https://codereview.chromium.org/611013003 Cr-Commit-Position: refs/heads/master@{#297296}
-
sandersd authored
BUG=224786 Review URL: https://codereview.chromium.org/605243004 Cr-Commit-Position: refs/heads/master@{#297295}
-
Mitsuru Oshima authored
BUG=418767 TBR=asargent@chromium.org Review URL: https://codereview.chromium.org/613843004 Cr-Commit-Position: refs/heads/master@{#297294}
-
creis authored
Also tracks the number of active frames in a SiteInstance, rather than the number of views. These changes are necessary for tracking the pending swap-out state of frames. This involves a lot of test cleanup as well. BUG=418264 TEST=Subframes can swap out. (No visible behavior change.) Review URL: https://codereview.chromium.org/606113005 Cr-Commit-Position: refs/heads/master@{#297293}
-
jamuraa authored
Use chrome.test.sendMessage instead of chrome.test.fail so we short-circuit instead of timeout on javascript failures where we're waiting for a go signal. BUG=388958 R=armansito@chromium.org Review URL: https://codereview.chromium.org/593163002 Cr-Commit-Position: refs/heads/master@{#297292}
-
pkotwicz authored
Linux. Linux generates an X error when it receives a request for 0x0 bounds BUG=416455 TEST=Manual, see bug Review URL: https://codereview.chromium.org/610263002 Cr-Commit-Position: refs/heads/master@{#297291}
-
rvargas authored
BUG=416722 R=gdk@chromium.org Review URL: https://codereview.chromium.org/604613002 Cr-Commit-Position: refs/heads/master@{#297290}
-
jbauman authored
BUG= Review URL: https://codereview.chromium.org/580593002 Cr-Commit-Position: refs/heads/master@{#297289}
-
mukai authored
BUG=384876 R=bauerb@chromium.org, markusheintz@chromium.org, vabr@chromium.org, rlp@chromium.org TEST=no functional changes Review URL: https://codereview.chromium.org/596613002 Cr-Commit-Position: refs/heads/master@{#297288}
-
brianderson authored
On some lower-end platforms, 64-bit integer division is emulated or is significantly slower than 32-bit integer division even if not emulated. When converting ns to us in TimeTicks::Now(), we don't need the range of a 64-bit integer because we are starting with a 32-bit integer and making it smaller. There is no need to convert it to 64-bits before the division. BUG=none Review URL: https://codereview.chromium.org/600013003 Cr-Commit-Position: refs/heads/master@{#297287}
-
yzshen authored
BUG=402671 TEST=None Review URL: https://codereview.chromium.org/590263002 Cr-Commit-Position: refs/heads/master@{#297286}
-
morrita authored
This gets rid of raw close() call usign base::ScopedFD. Ownership of FDs become clearer. This is a preparation for kiling base::FileDescriptor. R=jam@chromium.org, agl@chromium.org BUG=415294 Review URL: https://codereview.chromium.org/602193004 Cr-Commit-Position: refs/heads/master@{#297285}
-