- 06 Apr, 2015 2 commits
-
-
kochi authored
This is for https://codereview.chromium.org/1058723004/ in Blink, to add "tabStop" property/attribute stats. BUG=380445 TBR=isherman Review URL: https://codereview.chromium.org/1059153002 Cr-Commit-Position: refs/heads/master@{#323890}
-
yoshiki authored
In menu.js, the Menu.menuItemSelector is refereed in the decorator, so we need to set it before decoration BUG=none TEST=manually tested Review URL: https://codereview.chromium.org/1053123003 Cr-Commit-Position: refs/heads/master@{#323889}
-
- 05 Apr, 2015 4 commits
-
-
grt authored
BUG=412045, 454716 R=anthonyvd@chromium.org Review URL: https://codereview.chromium.org/1062693002 Cr-Commit-Position: refs/heads/master@{#323888}
-
rtenneti authored
Fix is to notify the factory about session being closed. BUG=473884 R=rch@chromium.org Review URL: https://codereview.chromium.org/1056263002 Cr-Commit-Position: refs/heads/master@{#323887}
-
oth authored
isolate_holder.h is public and used by blink and therefore cannot refer to types from base. As part of porting this to other platforms we needed to load snapshots from BaseFile descriptors. BUG=421063 Review URL: https://codereview.chromium.org/1011133006 Cr-Commit-Position: refs/heads/master@{#323886}
-
haraken authored
This reverts commit 3f8a241f. This was a wrong optimization to "improve" the performance of Speedomenter. We shouldn't have landed a change that is not adopted in the upstreamed Speedometer. TBR=peria@chromium.org Review URL: https://codereview.chromium.org/1064433003 Cr-Commit-Position: refs/heads/master@{#323885}
-
- 04 Apr, 2015 32 commits
-
-
tfarina authored
It is already done. BUG=461019 R=dpranke@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1054753003 Cr-Commit-Position: refs/heads/master@{#323884}
-
tfarina authored
They were basically including it for DISALLOW macros. BUG=138542 TEST=sandbox_linux_unittests R=mdempsky@chromium.org Review URL: https://codereview.chromium.org/1065503002 Cr-Commit-Position: refs/heads/master@{#323883}
-
vasilii authored
BUG=468474 Review URL: https://codereview.chromium.org/1028243004 Cr-Commit-Position: refs/heads/master@{#323882}
-
tfarina authored
The implementation of HashExtensionId() is identical to the one in id_util.h BUG=384613 TEST=extensions_unittests R=rockot@chromium.org Review URL: https://codereview.chromium.org/1051413003 Cr-Commit-Position: refs/heads/master@{#323881}
-
rob authored
De-duplicated the logic for contextMenus custom bindings. And changed the contextMenus.update method, so that calling it with "onclick: null" will remove the onclick handler. BUG=461869 TEST=browser_tests ExtensionContextMenuBrowserTest.UpdateOnclick Review URL: https://codereview.chromium.org/948243005 Cr-Commit-Position: refs/heads/master@{#323880}
-
chrome://inspectrob authored
BUG=337765 R=pfeldman@chromium.org NOTRY=true TEST=Visit chrome://inspect, apply the CSS changes then compare the result with the previous version. Open many tabs (to overflow #pages), then click on the Pages tab. Old version: No spacing at top (= crbug.com/337765). New version: Space still appears at the top. Review URL: https://codereview.chromium.org/946713002 Cr-Commit-Position: refs/heads/master@{#323879}
-
dcheng authored
BUG= Review URL: https://codereview.chromium.org/1052123002 Cr-Commit-Position: refs/heads/master@{#323878}
-
dcheng authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/54ac8d7..f0c2b57a TBR=haraken@chromium.org,jsbell@chromium.org Review URL: https://codereview.chromium.org/1062663002 Cr-Commit-Position: refs/heads/master@{#323877}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#323876}
-
cjhopman authored
BUG=454477,471439 Review URL: https://codereview.chromium.org/1051673002 Cr-Commit-Position: refs/heads/master@{#323875}
-
gunsch authored
R=halliwell@chromium.org,lcwu@chromium.org BUG=internal b/19963256 Review URL: https://codereview.chromium.org/1051083003 Cr-Commit-Position: refs/heads/master@{#323874}
-
gunsch authored
See: https://codereview.chromium.org/1028853002 R=reveman@chromium.org,lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/1055793004 Cr-Commit-Position: refs/heads/master@{#323873}
-
erikchen authored
The benchmarks are taking longer than 30 seconds to start up Chrome. This could be a sign that the large profile is working very well on slow machines! Disable the benchmark while I investigate further. BUG=473827 Review URL: https://codereview.chromium.org/1061683002 Cr-Commit-Position: refs/heads/master@{#323872}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#323871}
-
fahl authored
BUG=461589 Review URL: https://codereview.chromium.org/1035023002 Cr-Commit-Position: refs/heads/master@{#323870}
-
kalman authored
There are high crash rates caused by invalid ScriptContexts and it's unclear which of these patches is causing them - potentially all of them. Reverting all to be safe, and because they stomped on each other and can't be reverted separately. Revert "Move Extension ScriptContext creation into ScriptContextSet." This reverts commit 745b6623. Revert "[Extensions] extension sendMessage respect to ActiveDOMObject policy" This reverts commit 441ece58. Revert "Add back the call to extensions::ScriptContext::DispatchOnUnloadEvent." This reverts commit 0eda971a. Revert "[Extensions] Fix crash in ScriptContextSet" This reverts commit a08a3109. BUG=471599 TBR=rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/1064473003 Cr-Commit-Position: refs/heads/master@{#323869}
-
anandc authored
BUG= Review URL: https://codereview.chromium.org/1059893002 Cr-Commit-Position: refs/heads/master@{#323868}
-
dbeam authored
R=tbreisacher@chromium.org BUG=none Review URL: https://codereview.chromium.org/1062653002 Cr-Commit-Position: refs/heads/master@{#323867}
-
marcheu authored
Revert of Use the desktop GL core profile on Linux when ES3 support is requested. (patchset #3 id:40001 of https://codereview.chromium.org/1052153002/) Reason for revert: This causes Chrome rendering to break on some Chrome OS devices, see crbug.com/473891 for details Original issue's description: > Use the desktop GL core profile on Linux when ES3 support is requested. > > Request an OpenGL 4.2 context (the minimum version Chromium's WebGL > 2.0 prototype currently requires) on Linux when > --enable-unsafe-es3-apis is specified on the command line. > > Clean up the shader translator's selection of the GLSL output format. > > BUG=471960 > > Committed: https://crrev.com/0b17446f9591af9377d18c9ccfe50471651d6bc7 > Cr-Commit-Position: refs/heads/master@{#323658} TBR=piman@chromium.org,kbr@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=471960 Review URL: https://codereview.chromium.org/1054883004 Cr-Commit-Position: refs/heads/master@{#323866}
-
dbeam authored
This wont work any time some fancy /dev setup is going on. R=thestig@chromium.org BUG=463209 Review URL: https://codereview.chromium.org/1057093003 Cr-Commit-Position: refs/heads/master@{#323865}
-
rsleevi authored
BUG=469516 Review URL: https://codereview.chromium.org/1062603004 Cr-Commit-Position: refs/heads/master@{#323864}
-
enne authored
This macro is no longer needed, as the command buffer can do the same thing with GL_CLIENT_FAIL_GL_ERRORS in gles2_implementation.h. Review URL: https://codereview.chromium.org/1065463002 Cr-Commit-Position: refs/heads/master@{#323863}
-
jrummell authored
Adds a stub CDM that is used to link widevinecdmadapter when enable_widevine=1. BUG=468567 TEST=Widevine EME browser tests run in Chromium with enable_widevine=1 Review URL: https://codereview.chromium.org/1043673002 Cr-Commit-Position: refs/heads/master@{#323862}
-
thestig authored
9bf1f76 Update the path of header file to avoid a compiling error in chrome. 6ce87f3 Refactor PDFium python test utilities. 18d971d No-op change to poke the bots after being out of sequence. 9cf3d5e Fix a compiling error in fpdf_parser_parser_embeddertest.cpp e26ddf5 Add embedder test comparing with the last patch. 672bd17 Fix uninitialized face in fx_ge_font.cpp 7e75ed5 Update windows suppressions and unify across platforms a1b7af0 Check direction of property access before blindly getting. 370d356 Roll DEPS to pick up new test expectations after commit e3dd159. BUG=459580 TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1059673003 Cr-Commit-Position: refs/heads/master@{#323861}
-
hendrikw authored
Removed threaded gpu raster flag, and syncronous gpu raster tests and all code required for syncronous gpu rasterization. Removed the empty software rasterizer class, and base and moved ownership of the gpu rasterizer into the GpuTileTaskWorkerPool, since it is still a nice separation of functionality BUG=457860 Review URL: https://codereview.chromium.org/1063493002 Cr-Commit-Position: refs/heads/master@{#323860}
-
felt authored
BUG=468600 R=meacer@chromium.org Review URL: https://codereview.chromium.org/1050453002 Cr-Commit-Position: refs/heads/master@{#323859}
-
tbarzic authored
Also, fix the button icon positioning in rtl locale. BUG=None Review URL: https://codereview.chromium.org/1049403002 Cr-Commit-Position: refs/heads/master@{#323858}
-
vitalybuka authored
2 seconds is quite aggressive, some printers can't reply in time. Review URL: https://codereview.chromium.org/1066433002 Cr-Commit-Position: refs/heads/master@{#323857}
-
bajones authored
BUG=472465 Review URL: https://codereview.chromium.org/1058833004 Cr-Commit-Position: refs/heads/master@{#323856}
-
danakj authored
This is a plumbing CL to create a ui::PaintContext that wraps a gfx::Canvas up in ui::Layer. This is passed to every LayerDelegate, and also through to aura::WindowDelegates and views::NativeWidgetDelegates to eventually reach views::View as well. This way ui::PaintContext is created in one place (for compositor paints, there are other places painting to bitmaps we'll address later). And in the future the ui::PaintContext can be backed by a display list instead of a canvas. R=sky BUG=466426 Review URL: https://codereview.chromium.org/1057873004 Cr-Commit-Position: refs/heads/master@{#323855}
-
thestig authored
Review URL: https://codereview.chromium.org/1053663003 Cr-Commit-Position: refs/heads/master@{#323854}
-
thestig authored
BUG=471831 Review URL: https://codereview.chromium.org/1048363002 Cr-Commit-Position: refs/heads/master@{#323853}
-
- 03 Apr, 2015 2 commits
-
-
rch authored
HttpStreamFactoryImpl::GetAlternativeServiceRequestFor(). Remove the "original_url" param from HttpStreamFactoryImpl::Job::MarkAsAlternate() Remove the original_url_ member from HttpStreamFactoryImpl::Job and instead change origin_url_ to always be the actual URL to request. Add a new alternative_service_url_ to store the "modified" URL which is to be used for consulting socket pools and resolving proxies. Review URL: https://codereview.chromium.org/1054413002 Cr-Commit-Position: refs/heads/master@{#323852}
-
eakuefner authored
This CL adds a temporary fix to allow run_benchmark help run to work after the local environment switchover until we port everything to argparse. BUG=472916 R=dtu TEST=run_benchmark help run does not except. Review URL: https://codereview.chromium.org/1063443002 Cr-Commit-Position: refs/heads/master@{#323851}
-