- 11 May, 2015 40 commits
-
-
erg authored
This moves the network_service to the core_services package, but only on non-android platforms. (Android does some sort of odd packaging steps that I don't understand.) BUG=477435 Review URL: https://codereview.chromium.org/1132813003 Cr-Commit-Position: refs/heads/master@{#329189}
-
alexmos authored
BUG=486173 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1134753003 Cr-Commit-Position: refs/heads/master@{#329188}
-
plundblad authored
When editing javascript gtest files, the generated C++ file that runs the tests rarely changes. Not rewriting them avoids recompiles and relinks of the test binary which speeds up incremental builds. R=dmazzoni@chromium.org BUG= Review URL: https://codereview.chromium.org/1129893004 Cr-Commit-Position: refs/heads/master@{#329187}
-
jam authored
If specified without any switch values, it'll make the launcher process wait. Otherwise one can use an app name of "launcher". Review URL: https://codereview.chromium.org/1140553002 Cr-Commit-Position: refs/heads/master@{#329186}
-
danakj authored
std::vector shows up as hot in profiling as push_back() is presumably using heap allocation. Since we don't need to support an arbitrary number of operations on a single ClipTransformRecorder we can do better with a simple array. This provides a change for a single tab spinner in the UI compositor from 0.172935 ms to 0.168272 ms which is a 3% improvement in record time (time spent in LayerTreeHost::UpdateLayers). R=sky BUG=466426 Review URL: https://codereview.chromium.org/1133923002 Cr-Commit-Position: refs/heads/master@{#329185}
-
tfarina authored
Reported in https://groups.google.com/a/chromium.org/d/topic/chromium-dev/i_FsP_dlFg4/discussion. BUG= TEST= R=jbudorick@chromium.org Review URL: https://codereview.chromium.org/1124073003 Cr-Commit-Position: refs/heads/master@{#329184}
-
chrisha authored
BUG=472772 Review URL: https://codereview.chromium.org/1134783002 Cr-Commit-Position: refs/heads/master@{#329183}
-
dcheng authored
Also moves an IPC_ENUM_TRAITS definition to where it's actually used now: it just happened to work before, since the IPC message generation headers happen to #include things in mostly alphabetical order. BUG=none Review URL: https://codereview.chromium.org/1131263007 Cr-Commit-Position: refs/heads/master@{#329182}
-
apacible authored
Review URL: https://codereview.chromium.org/1129993003 Cr-Commit-Position: refs/heads/master@{#329181}
-
apacible authored
Remove unneeded CSS and add styling to drop-down-button for aesthetic changes. z-index added so that the button will appear above the transparent overlay. Review URL: https://codereview.chromium.org/1131283005 Cr-Commit-Position: refs/heads/master@{#329180}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/af2d56d..8e5c177 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1134463005 Cr-Commit-Position: refs/heads/master@{#329179}
-
paulmiller authored
The app can hog SERIAL_EXECUTOR; we should not assume it is free. internal bug 20913700 Review URL: https://codereview.chromium.org/1129033005 Cr-Commit-Position: refs/heads/master@{#329178}
-
chrome://inspect/#devicesrob authored
BUG=477620 R=pfeldman@chromium.org Review URL: https://codereview.chromium.org/1134693003 Cr-Commit-Position: refs/heads/master@{#329177}
-
kpschoedel authored
The names dom3 and dom4 reflect obsolete documentation and no longer denote anything useful. R=wez TBR=jam Review URL: https://codereview.chromium.org/1136503003 Cr-Commit-Position: refs/heads/master@{#329176}
-
garykac authored
All changes are in the GYPI and GNI files. No changes in the JS files. BUG= Review URL: https://codereview.chromium.org/1133913002 Cr-Commit-Position: refs/heads/master@{#329175}
-
garykac authored
This check is not valid for GN release/prod builds. BUG= Review URL: https://codereview.chromium.org/1137753002 Cr-Commit-Position: refs/heads/master@{#329174}
-
dyen authored
BUG=482067 Review URL: https://codereview.chromium.org/1134593002 Cr-Commit-Position: refs/heads/master@{#329173}
-
apacible authored
Add flattenhtml attribute to media_router.js, which <include>s media_router_data.js and media_router_ui_interface.js. Review URL: https://codereview.chromium.org/1129323002 Cr-Commit-Position: refs/heads/master@{#329172}
-
xdai authored
Roboto has shipped to stable channel for a while and it works fine. This CL cleans up old Noto Sans UI font stuff. This is done by the following steps: 1) Remove the helper function that used to dynamically replace 'Noto Sans UI' with 'Roboto'. 2) Remove disable-roboto-font-ui flag in chrome://flags page. 3) Modify the default font of ChromeOS nativeUI and WebUI from 'Noto Sans UI' to 'Roboto'. BUG=482042 TEST=Manually checked on device Review URL: https://codereview.chromium.org/1130613002 Cr-Commit-Position: refs/heads/master@{#329171}
-
jbudorick authored
Revert of Catch Exception for Intent.parseUri instead of URISyntaxException (patchset #2 id:20001 of https://codereview.chromium.org/1132473004/) Reason for revert: broke findbugs: http://build.chromium.org/p/chromium.linux/builders/Android%20Clang%20Builder%20%28dbg%29/builds/59364 slipped through CQ because analyze in android_clang_dbg_recipe decided it didn't need to compile: http://build.chromium.org/p/tryserver.chromium.linux/builders/android_clang_dbg_recipe/builds/75301 Original issue's description: > Catch Exception for Intent.parseUri instead of URISyntaxException > > Intent.parseUri can throw other excpetions like NumberFormatException. > So we need to catch Exception to avoid crash. > > BUG=484336 > > Committed: https://crrev.com/e9785bb71f9e0b8a9a3ba321c2c6483c8805e5a1 > Cr-Commit-Position: refs/heads/master@{#329163} TBR=torne@chromium.org,tedchoc@chromium.org,jaekyun@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=484336 Review URL: https://codereview.chromium.org/1139753003 Cr-Commit-Position: refs/heads/master@{#329170}
-
robert.bradford authored
Revert of Implement lossy pref behavior for JsonPrefStore. (patchset #12 id:220001 of https://codereview.chromium.org/1127963002/) Reason for revert: Linux Valgrind & MSan bot went red due to use of an uninitialized value (newly added POD member missing from second constructor.) http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28valgrind%29%283%29/builds/45675 Original issue's description: > Implement lossy pref behavior for JsonPrefStore. > > Writes to lossy prefs should not trigger writes to disk to be scheduled. > This behavior is implemented for JsonPrefStore. CommitPendingWrites will > ensure that all outstanding lossy writes are also written to disk. > > BUG=476800 > > Committed: https://crrev.com/e9d8c9882ca272c803711e26ded4dd7d5203a59e > Cr-Commit-Position: refs/heads/master@{#329122} TBR=mnissler@chromium.org,raymes@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=476800 Review URL: https://codereview.chromium.org/1136983004 Cr-Commit-Position: refs/heads/master@{#329169}
-
sadrul authored
The last use of Window::Blur() was removed recently (crrev.com/329087). So remove it now. BUG=none Review URL: https://codereview.chromium.org/1135063002 Cr-Commit-Position: refs/heads/master@{#329168}
-
eugenebut authored
BUG=228076 Review URL: https://codereview.chromium.org/1132563002 Cr-Commit-Position: refs/heads/master@{#329167}
-
jmadill authored
BUG=433412,478570 Review URL: https://codereview.chromium.org/1132363002 Cr-Commit-Position: refs/heads/master@{#329166}
-
lambroslambrou authored
Problem only repros when trying to build with XMPP_SERVER_USE_TLS=[anything], which is probably why this went unnoticed. Review URL: https://codereview.chromium.org/1122403004 Cr-Commit-Position: refs/heads/master@{#329165}
-
sadrul authored
Instead of passing in a number of things to the LayerTreeHost constructor, use a struct to simplify the code a bit, and make this more readable. This also makes it easy to maintain a development branch that adds new things. TBR=jam@ for API usage update in android_webview/, components/, and content/ BUG=436952 Review URL: https://codereview.chromium.org/1126253005 Cr-Commit-Position: refs/heads/master@{#329164}
-
jaekyun authored
Intent.parseUri can throw other excpetions like NumberFormatException. So we need to catch Exception to avoid crash. BUG=484336 Review URL: https://codereview.chromium.org/1132473004 Cr-Commit-Position: refs/heads/master@{#329163}
-
sdefresne authored
BUG=429756 R=jif@chromium.org Review URL: https://codereview.chromium.org/1127073003 Cr-Commit-Position: refs/heads/master@{#329162}
-
lanwei authored
In our current code (RenderWidgetHostViewAura), we may send more than one ack for one WebTouchEvent in the multi-touch scenario, but we should only send one WebTouchEvent ack for each ui::TouchEvent. For touchmove and touchcancel, we will only change the state for the actual touch point which causes this touchevent for multi-touch. BUG=484276 Review URL: https://codereview.chromium.org/1120293003 Cr-Commit-Position: refs/heads/master@{#329161}
-
nharper authored
BUG= Review URL: https://codereview.chromium.org/1134613003 Cr-Commit-Position: refs/heads/master@{#329160}
-
asvitkine authored
The experiment is now concluded. BUG=450037 Review URL: https://codereview.chromium.org/1126233005 Cr-Commit-Position: refs/heads/master@{#329159}
-
dtseng authored
Review URL: https://codereview.chromium.org/1129793006 Cr-Commit-Position: refs/heads/master@{#329158}
-
hanxi authored
BUG=486291 Review URL: https://codereview.chromium.org/1133903004 Cr-Commit-Position: refs/heads/master@{#329157}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/7c72219..af2d56d CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1139703003 Cr-Commit-Position: refs/heads/master@{#329156}
-
dyen authored
I had thought the trace ID for async markers were no longer relevant since I was using the trace source channel as the ID, but sometimes they overlap because of timing variances and mess up the traces. I've made each marker have it's own unique ID once again. R=vmiura@chromium.org BUG=478923 Review URL: https://codereview.chromium.org/1138603002 Cr-Commit-Position: refs/heads/master@{#329155}
-
s.singapati authored
[PresentationAPI] Implements send() API for String and ArrayBuffer/View from WebPresentationClient to the PresentationServiceDelegate. Send requests are queued in PresentationDispatcher and handled one at a time. Depends on the Blink CL: https://codereview.chromium.org/1002293005 BUG=459008 Review URL: https://codereview.chromium.org/1037483003 Cr-Commit-Position: refs/heads/master@{#329154}
-
knn authored
src/chrome/android/java/src/org/chromium/chrome{=>/browser}/ChromeSwitches.java External dependencies have been updated after http://crrev.com/1127333003 BUG=485558 Review URL: https://codereview.chromium.org/1139703002 Cr-Commit-Position: refs/heads/master@{#329153}
-
jbudorick authored
The old test runner leaves isolate_deps_dir around while running tests. gtests remove it at the end of a test run, but instrumentation tests do not. This CL makes both test types remove isolate_deps_dir immediately after pushing the data dependencies to the device. BUG= Review URL: https://codereview.chromium.org/1135863003 Cr-Commit-Position: refs/heads/master@{#329152}
-
arajp authored
While building WebGamepads during enumeration, length parameter is never reset. It is always incremented. When end user re-connects gamepad, since this variable is always incremented, it will exceed the max number of supported gamepads ie 4 and leads to crash in plugins. BUG=485507 R=scottmg, raymes, bbudge Review URL: https://codereview.chromium.org/1136463002 Cr-Commit-Position: refs/heads/master@{#329151}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/88f12db..7c72219 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=robertphillips@google.com Review URL: https://codereview.chromium.org/1126393004 Cr-Commit-Position: refs/heads/master@{#329150}
-