- 13 May, 2014 40 commits
-
-
timvolodine@chromium.org authored
Make the battery_status_manager generic for all platforms. Currently there is an implementation only for the android platform. BUG=122593,360068 Review URL: https://codereview.chromium.org/267893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270124 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=372807 TBR=rsleevi@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/280803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270123 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Create/DestroyView SetActiveView also adds some tests for creating views & nodes across connections, and some preliminary validation that client side objects from different connections can't be used together. R=sky@chromium.org http://crbug.com/365012 Review URL: https://codereview.chromium.org/272833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270122 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
(This is useful since Chromium's temporary file functions mostly spit out a FILE*.) R=sky@chromium.org Review URL: https://codereview.chromium.org/273023003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270121 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bruening@chromium.org BUG=NONE Review URL: https://codereview.chromium.org/282733004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270120 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This patch adds support for closing files. It is currently a no-op, and it is not yet bound to fileapi. TEST=chromium: *FileSystemProvider*CloseFile* BUG=248427 Review URL: https://codereview.chromium.org/279213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270116 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Previously, in small space environments (e.g., low resolution or big virtual keyboard), the app list's top would disappear off screen. Now, it is forced below the screen top (with a 10px margin), even if it means forcing the bottom further off screen. BUG=371681 Review URL: https://codereview.chromium.org/281523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270115 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
Remove MANUAL_ prefix. Dependency on peerconnection_server has been removed so this test can be enabled again. BUG=None Review URL: https://codereview.chromium.org/283773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270114 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=michaeln@chromium.org BUG=372832 TEST=waterfall Review URL: https://codereview.chromium.org/288553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270113 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
On my device, dumpsys meminfo takes about 900ms. cat /proc/meminfo gives us the same data we need in about 40ms. This also has the nice benefit of sharing the same implemenation as the other proc-supporting backends. This reduces one iteration of moz from 4.5m -> <4m. BUG=372489 Review URL: https://codereview.chromium.org/284743005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270109 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG=372560 Review URL: https://codereview.chromium.org/288493007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270108 0039d316-1c4b-4281-b951-d872f2087c98
-
jiangj@opera.com authored
Review URL: https://codereview.chromium.org/178193032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270107 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
See bug for repro html, requires manual testing. BUG=371102 Review URL: https://codereview.chromium.org/272573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270104 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270103 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173951:173956&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/275123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270102 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
BrowserViewRenderer::block_invalidates_ needs to be unset immediately after draw. Posting the unset to UI thread could imply that it comes after the fallback tick, which can cause an invalidate to be dropped. This is especially bad for VideoLayer since the fallback tick does not advance video frames, which means the video could be stuck forever. Fix by unsetting block_invalidates_ and cancelling fallback tick immediately, but only post back to get the invalidate. Internal bug b/14643271 BUG= Review URL: https://codereview.chromium.org/271163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270101 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270098 0039d316-1c4b-4281-b951-d872f2087c98
-
zerny@chromium.org authored
BUG=334149 R=ager@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/270623009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270096 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
That way, -stdlib=libc++ works better, at least on OS X. BUG=371034 TEST=`echo '#include <vector>" > test.cc ; bin/clang -c test.cc -stdlib=libc++ -isysroot $(xcrun -show-sdk-path)` no longer complains about not finding the vector header on OS X. NOTRY=true Review URL: https://codereview.chromium.org/281753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270095 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This fixes the focus glitch in creating new folder in Files.app. The patch fixes the following bugs: - Inconsistency of timings between redrawing of the list and the culculation of selection. => Add start/endBatchUpdate in order to adjust timings. (file_manager.js & directory_model.js) - The unselect in the list is not reflected in redrawing. => Check not only selecting but also unselecting in redraw (list.js) BUG=366506 TEST=manually tested Review URL: https://codereview.chromium.org/275493006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270094 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
First part of a 2-sided patch to fix scroll-into-view with VK overscroll. BUG=370592 Review URL: https://codereview.chromium.org/276483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270092 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
Make cygprofile use clock_gettime() instead of gettimeofday(). Some of the generated orderfiles looked suspicious. I could observe that one of them had the renderer PID show up before the browser one. The mergetraces.py file was also occasionally complaining about unsorted timestamps. There are not many situations where gettimeofday() should be used instead of clock_gettime(). The former is not monotonic in particular. The original code also had the issue that it was using both gettimeofday() and time(). This also replaces the occurrences of 'ms(ec)' with 'us(ec)' to make it clear that microseconds are used as opposed to milliseconds. BUG=372323 Review URL: https://codereview.chromium.org/272393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270090 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/276483004/bauerb@chromium.org authored
TBR=tedchoc@chromium.org,yfriedman@chromium.org,dtrainor@chromium.org BUG=318769 Review URL: https://codereview.chromium.org/274743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270089 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
BUG=354405,346626 Review URL: https://codereview.chromium.org/279353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270088 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Enable ToolsSanityTest.SingleElementDeletedWithBraces and ToolsSanityTest.ArrayDeletedWithoutBraces under AddressSanitizer on Linux. Make the tests free the memory to avoid leak reports from LSan. BUG=172614 R=thakis@chromium.org Review URL: https://codereview.chromium.org/276493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270087 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270086 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173932:173951&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/275053003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270085 0039d316-1c4b-4281-b951-d872f2087c98
-
simonb@chromium.org authored
https://code.google.com/p/chromium/issues/detail?id=355595 There is a race between the crazy linker running on the native thread and the system linker running at the same time on the main UI thread, It can show up in several places, but in its simplest incarnation appears as: --- crazy linker on native thread mprotect page writable --- system linker on main thread mprotect page writable write it mprotect page readonly --- crazy linker on native thread write it [ <- sigsegv, page readonly (code=2) ] mprotect page readonly [ not reached ] The patch moves the crazy linker's r_map update calls so that they execute on the main UI thread. This ensures that the crazy linker sets these pages writable and then readonly once done synchronously with system linker activity. Companion to: https://googleplex-android-review.git.corp.google.com/#/c/448556/ BUG=355595 Review URL: https://codereview.chromium.org/228023005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270084 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
std::abs() for integers is declared in <cstdlib>, not <cmath> R=pkotwicz@chromium.org BUG=None Review URL: https://codereview.chromium.org/278303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270082 0039d316-1c4b-4281-b951-d872f2087c98
-
andrewhayden@chromium.org authored
NOTRY=true BUG= Review URL: https://codereview.chromium.org/280713006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270081 0039d316-1c4b-4281-b951-d872f2087c98
-
alemate@chromium.org authored
Debug messages were added in r267040 to diagnose failures. They are not needed anymore. BUG=362847 Review URL: https://codereview.chromium.org/279703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270080 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270079 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
Roll android_tools, includes the following CLs: - Update ndk_experimental with latest NDK platform updates. - Remove resources for languages not supported by Chrome BUG=354405,346626 Review URL: https://codereview.chromium.org/286643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270078 0039d316-1c4b-4281-b951-d872f2087c98
-
bokan@chromium.org authored
Should be fixed by r173871 http://crrev.com/280473002 TBR=zhaoqin@chromium.org BUG=372226 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269775 Review URL: https://codereview.chromium.org/276403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270077 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=318769 Review URL: https://codereview.chromium.org/270883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270076 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
Page cycler are considering page loads and not interaction with the page, so the power metric must take the page load into account. R=tonyg@chromium.org BUG=361491 Review URL: https://codereview.chromium.org/281553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270075 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
This will specifically allow screen readers to query the accessible object for the main window and quickly get a list of an alerts that are visible - for example infobars, bubbles, and the Chrome menu itself if it has an alert icon in it. BUG=369903 Review URL: https://codereview.chromium.org/266963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270074 0039d316-1c4b-4281-b951-d872f2087c98
-
andrewhayden@chromium.org authored
NOTRY=true BUG= Review URL: https://codereview.chromium.org/289443004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270073 0039d316-1c4b-4281-b951-d872f2087c98
-
andrewhayden@chromium.org authored
BUG= NOTRY=true Review URL: https://codereview.chromium.org/283763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270071 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
BUG=354046 Review URL: https://codereview.chromium.org/251603004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270070 0039d316-1c4b-4281-b951-d872f2087c98
-