- 10 Oct, 2014 40 commits
-
-
dyen authored
When packing is enabled, the profiler can no longer properly map the symbols which results in incorrect callstacks. Packing should be disable when profiling is turned on. R=vmiura@chromium.org BUG=None TEST=trybots Review URL: https://codereview.chromium.org/641373005 Cr-Commit-Position: refs/heads/master@{#299151}
-
jmadill authored
Now that ANGLE's overcome some performance problems it had on Intel devices, enable D3D11 on newer drivers. Leave older drivers, in this case prior to 8.16, disabled for now. BUG=363721,363721 Review URL: https://codereview.chromium.org/645653002 Cr-Commit-Position: refs/heads/master@{#299150}
-
avi.nitk authored
Adding flags to check if SPen button is pressed when gesture text selection is in progress. The selection should be updated only when the button is pressed. BUG=416004 Review URL: https://codereview.chromium.org/590483002 Cr-Commit-Position: refs/heads/master@{#299149}
-
lfg authored
This CL moves the app_view.js API to extensions. This is still not enough to get app_view working in app_shell, this will be addressed in a future CL. BUG=352293 Review URL: https://codereview.chromium.org/642863003 Cr-Commit-Position: refs/heads/master@{#299148}
-
ajith.v authored
With this we can reduce the dependency of CVC on AW module. Hence removing this unwanted parameter. BUG=398263 Review URL: https://codereview.chromium.org/646693003 Cr-Commit-Position: refs/heads/master@{#299147}
-
morrita authored
This is an equivalent of DCHECK() in IDMap. According to crbug.com/381990, this can occasionally crash. I'd like to enable this to collect more data if it still crashes. If you see this CHECK() being hit in the wild, please revert this change and let me know. BUG=381990, 415059 R=nasko@chromium.org, amineer@chromium.org Review URL: https://codereview.chromium.org/647623003 Cr-Commit-Position: refs/heads/master@{#299146}
-
xunjieli authored
Currently we place a 2-second on URLRequestContextAdapter initialization, so that context can be initialized when embedders make requests. This CL changes so that tasks that depend on context being initialized will be run after the context is initialized properly, and URLRequestContextAdapter initialization won't block. BUG= Review URL: https://codereview.chromium.org/617393005 Cr-Commit-Position: refs/heads/master@{#299145}
-
dongseong.hwang authored
onGetYUV8Planes() exposes internal data of a VideoFrame and then delete the VideoFrame. VideoImageGenerator must keep the VideoFrame until exposed data is used. BUG=91208 Review URL: https://codereview.chromium.org/624633002 Cr-Commit-Position: refs/heads/master@{#299144}
-
erikchen authored
When a package is selected in the file opener, it is automatically zipped, and the zipped file is passed to the render view host. This CL fixes 2 unrelated bugs in file_select_helper: - If the render_view_host_ was destroyed before the user finished with the file_select_helper, then Release() would never be called and the file_select_helper would leak. - If the render_view_host_ was destroyed before the user finished with the file_select_helper, the default directory would be updated if the user was opening multiple files, but it would not be updated if the user was opening a single file. Now both update the default directory. Note: When a large package is being zipped, the UI thread and renderer are still responsive, but display no indication of the ongoing work. BUG=33920 Review URL: https://codereview.chromium.org/634833003 Cr-Commit-Position: refs/heads/master@{#299143}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1dfb44f..c96f7be TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/644003002 Cr-Commit-Position: refs/heads/master@{#299142}
-
alemate authored
On lock screen focusPOD evend happened before user input mathods were saved, thus changing user input method to login. This CL fixes initialization order. BUG=418878 Review URL: https://codereview.chromium.org/646743002 Cr-Commit-Position: refs/heads/master@{#299141}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/bc92163..71856d5 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/649703002 Cr-Commit-Position: refs/heads/master@{#299140}
-
dnicoara authored
BUG=none TESTS=Ran ash_unittests and ran TouchTransformerControllerTest.* with memcheck NOTRY=true TBR=mukai@chromium.org Review URL: https://codereview.chromium.org/647023003 Cr-Commit-Position: refs/heads/master@{#299139}
-
creis authored
This logic will need to move to the browser process to capture text from frames that live in other processes. BUG=346764 TEST=Navigate in an out-of-process iframe and wait 10 seconds. Review URL: https://codereview.chromium.org/645803002 Cr-Commit-Position: refs/heads/master@{#299138}
-
avayvod authored
Since the video is actually playing on a remote device, there's no need to prevent the screen from fading and locking. BUG=420665 TEST=manual Review URL: https://codereview.chromium.org/644463003 Cr-Commit-Position: refs/heads/master@{#299137}
-
jdduke authored
Provide a single implementation of WebGestureCurve, instead relying on platform-specific ui::GestureCurve implementations for core functionality. This eliminates the duplicated curve code used for content and view-targetted flings on Aura. BUG=420214 Review URL: https://codereview.chromium.org/634373003 Cr-Commit-Position: refs/heads/master@{#299136}
-
vmpstr authored
Since we're using a spiral iterator, we run into a situations where a shared tile is visited by an iterator, but it is meant to be returned by the twin (since it has higher priority). We already skip these types of tiles in the Pop function. However, it could be the case that the very first tile is of this kind. The fix is to ensure we skip these types of tiles in the constructor as well. BUG=422178 R=reveman Review URL: https://codereview.chromium.org/647683002 Cr-Commit-Position: refs/heads/master@{#299135}
-
zmo authored
BUG=401311,421705 TEST=gpu bots NOTRY=true R=kbr@chromium.org Review URL: https://codereview.chromium.org/641173002 Cr-Commit-Position: refs/heads/master@{#299134}
-
jbudorick authored
Broke telemetry_perf_unittests on Android Tests. TBR=craigdh@chromium.org,cjhopman@chromium.org,klundberg@chromium.org,tonyg@chromium.org NOTREECHECKS=true NOTRY=true BUG=400440 Review URL: https://codereview.chromium.org/645093002 Cr-Commit-Position: refs/heads/master@{#299133}
-
danakj authored
This is making people ignore other presubmit warnings in all the noise. R=ajuma, enne, vmpstr Review URL: https://codereview.chromium.org/639183005 Cr-Commit-Position: refs/heads/master@{#299132}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/bfa492a..1dfb44f TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/637303004 Cr-Commit-Position: refs/heads/master@{#299131}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/d8088f8..bc92163 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/643133002 Cr-Commit-Position: refs/heads/master@{#299130}
-
dnicoara authored
Page flips arrive in random order so we want to make sure that we process the page flips for all affected controllers. BUG=none NOTRY=true Review URL: https://codereview.chromium.org/641173003 Cr-Commit-Position: refs/heads/master@{#299129}
-
dnicoara authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/642333002 Cr-Commit-Position: refs/heads/master@{#299128}
-
falken authored
Add an AllowServiceWorker setting and use it when registering/unregistering a Service Worker. BUG=419277 Review URL: https://codereview.chromium.org/625533002 Cr-Commit-Position: refs/heads/master@{#299127}
-
qsr authored
- Update pylint to consider python bindings and python bindings tests. - Resolve pylint warnings. R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/643853004 Cr-Commit-Position: refs/heads/master@{#299126}
-
mef authored
BUG=412942 TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/643963002 Cr-Commit-Position: refs/heads/master@{#299125}
-
qsr authored
R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/639713002 Cr-Commit-Position: refs/heads/master@{#299124}
-
perkj authored
This fix a problem in the unittest where the test ends before all pending cleanup tasks have completed. Revert "[MemSheriff] Suppress content_unittests leaks and uninits" This reverts commit 8ea251ca. BUG=422087 Review URL: https://codereview.chromium.org/649513003 Cr-Commit-Position: refs/heads/master@{#299123}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d165986..bfa492a TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/642343002 Cr-Commit-Position: refs/heads/master@{#299122}
-
lfg authored
This CL adds the following tests to app_shell_browsertest: - TestDialogAlert - TestDialogConfirm - TestDialogConfirmCancel - TestDialogConfirmDefaultCancel - TestDialogConfirmDefaultGCCancel - TestDialogPrompt Also, makes sure that we call content::BrowserTestBase::SetUpCommandLine(...) from AppShellTest. BUG=352293 Review URL: https://codereview.chromium.org/634403003 Cr-Commit-Position: refs/heads/master@{#299121}
-
miletus authored
Now that blink side interface WebLayer::setScrollPosition has changed to use WebDoublePoint version, we can remove the WebPoint version in WebLayerImpl. BUG=414283 Review URL: https://codereview.chromium.org/636283003 Cr-Commit-Position: refs/heads/master@{#299120}
-
paulmeyer authored
I put all the public-facing API methods together, put them in alphabetical order, and made their location more obvious in the file. I also removed some more code/functions that were unused/unneeded. Review URL: https://codereview.chromium.org/637193005 Cr-Commit-Position: refs/heads/master@{#299119}
-
sullivan authored
Revert of Updated recipes command to use chartjson (patchset #1 id:1 of https://codereview.chromium.org/641693003/) Reason for revert: Broke android recipes; see crbug.com/422174 Original issue's description: > Updated recipes command to use chartjson > > This is from https://codereview.chromium.org/595793005/ > > BUG=420044 > > Committed: https://crrev.com/5ae725e82a80bb1f8d155b85ecc4361cfbf083c5 > Cr-Commit-Position: refs/heads/master@{#298891} TBR=tonyg@chromium.org NOTREECHECKS=true NOTRY=true BUG=420044,422174 Review URL: https://codereview.chromium.org/646913004 Cr-Commit-Position: refs/heads/master@{#299118}
-
lfg authored
This fixes an issue where if the embedder WebContents is destroyed during a GuestView creation we may end up leaking the guest WebContents. BUG=419020 Committed: https://crrev.com/52fce9455ffd688ef3752a816192f9e76555e7d1 Cr-Commit-Position: refs/heads/master@{#298934} Review URL: https://codereview.chromium.org/642573002 Cr-Commit-Position: refs/heads/master@{#299117}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/0ad24be..d8088f8 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=reed@google.com Review URL: https://codereview.chromium.org/646983003 Cr-Commit-Position: refs/heads/master@{#299116}
-
rdevlin.cronin authored
When using the extension toolbar redesign, we should use the BrowserActionsContainer for any "new extension" bubbles, as all extensions will have an icon there. Use this in lieu of the location bar or a page action. BUG=422117 Review URL: https://codereview.chromium.org/648553002 Cr-Commit-Position: refs/heads/master@{#299115}
-
dnicoara authored
If the native mode is interlaced it can be replaced by a non-interlaced mode (which will not show as native). BUG=none Review URL: https://codereview.chromium.org/635403002 Cr-Commit-Position: refs/heads/master@{#299114}
-
rsorokin authored
BUG=420438 Review URL: https://codereview.chromium.org/645003002 Cr-Commit-Position: refs/heads/master@{#299113}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b1cad43..d165986 TBR=eseidel@chromium.org,caseq@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/643093002 Cr-Commit-Position: refs/heads/master@{#299112}
-