- 11 Aug, 2011 40 commits
-
-
jamescook@chromium.org authored
Change the status area memory widget to display anonymous memory allocated, which is a good proxy for "total memory allocated" and what we use in the UMA histograms (Platform.MemuseAnon[0-5]). Also display renderer kills, which will tick up when we run out of memory and the OOM killer starts running. Refactor GetSystemMemoryInfo to use a struct. BUG=chromium-os:18969 TEST=manual, turn on memory status widget in about:flags and restart, open some tabs and watch memory consumption increase, use Task Manager / End Process to kill a process and watch the kill count increase Review URL: http://codereview.chromium.org/7607035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96423 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96422 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Revision: 725 Author: apatrick@chromium.org Date: 3:21:35 PM, Wednesday, August 10, 2011 Message: Removed compiler/unistd.h reference from build_angle.gyp. Review URL: http://codereview.appspot.com/4844062 ---- Modified : /trunk/src/build_angle.gyp Modified : /trunk/src/common/version.h Revision: 724 Author: gman@chromium.org Date: 1:08:32 AM, Wednesday, August 10, 2011 Message: bump version.h ---- Modified : /trunk/src/common/version.h Review URL: http://codereview.chromium.org/7461153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96421 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=86519 TEST=Extensions tests, should all work as before. The test described in the bug should now work as expected. Review URL: http://codereview.chromium.org/7605001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96420 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
Stopping using DiskChanged event for mount/unmount event processing in FileBrowserEventRouter and some bug fixes. UnmountPath now expects mount_path to be passed to it. Hiding device notification when disk added event is triggered instead when some device is mounted (notification handleing needs some more work). Fixed chromium-os:18339 and chromium-os:17777 BUG=chromium-os:18399, chromium-os:17531, chromium-os:17777 TEST=Made sure FileBrowser works as expected on Cr48. Review URL: http://codereview.chromium.org/7466046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96419 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7617001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96418 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
Remove references to event_sys. Moves some files around. No functional change. BUG=none TEST=none Review URL: http://codereview.chromium.org/7587009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96417 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
After the last index entry, we put an extra entry (id of 0, offset pointing to where the next entry would start) so we can compute the size of the last index entry. This saves 4 bytes per item in data pack files, which is about 10k per locale pak file. When compressed, this saves about 237k. BUG=76285 Review URL: http://codereview.chromium.org/7604012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96415 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
On page selection, regenerate the complete document with the selection, but preserve the existing draft pages and simply display a subset of them. 1. Added a new param |clear all preview data| to |PrintHostMsg_DidGetPreviewPageCount|. 2. Removed |requested_preview_page_index| from |PrintMsg_ContinuePreview| BUG=84383 TEST=print preview works after code changes. Review URL: http://codereview.chromium.org/7544018 TBR=kmadhusu@chromium.org Review URL: http://codereview.chromium.org/7618014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96414 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
It does the same thing of BinaryValue::Create(), it's more verbose, and used only in unittest. BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7623017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96413 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Ninja now puts all build files under out/, which is already in gitignore. Review URL: http://codereview.chromium.org/7587010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96412 0039d316-1c4b-4281-b951-d872f2087c98
-
mrossetti@chromium.org authored
TEST= BUG= TBR=bauerb@chromium.org,mnissler@chromium.org Review URL: http://codereview.chromium.org/7627001 TBR=mnissler@chromium.org Review URL: http://codereview.chromium.org/7618013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96411 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
TEST= BUG= TBR=bauerb@chromium.org Review URL: http://codereview.chromium.org/7627001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96409 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
On page selection, regenerate the complete document with the selection, but preserve the existing draft pages and simply display a subset of them. 1. Added a new param |clear all preview data| to |PrintHostMsg_DidGetPreviewPageCount|. 2. Removed |requested_preview_page_index| from |PrintMsg_ContinuePreview| BUG=84383 TEST=print preview works after code changes. Review URL: http://codereview.chromium.org/7544018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96406 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7613004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96403 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This removes the code to control "Headphone" and "Speaker" elements simultaneously for ARM, and makes us instead just look for "Master" (x86) or "Digital" (ARM). BUG=chromium-os:18578 TEST=manual: still works on x86 Review URL: http://codereview.chromium.org/7582024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96402 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@google.com authored
BUG= TEST= Review URL: http://codereview.chromium.org/7538029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96401 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7619006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96400 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Review URL: http://codereview.chromium.org/7553026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96399 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96398 0039d316-1c4b-4281-b951-d872f2087c98
-
andreip@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7622013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96397 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
It was occasionally timing out because I wasn't decreasing BrowserBridge's polling timer. That is now fixed. Along with some prerender history fixes, this should deflake the test. I've also split the net-internals prerender view test into two tests, one for the success case and one for the failure case. This simplifies the test a little, and now the success case visits the page. BUG=91799 TEST=NetInternalsTest.NetInternalsPrerenderViewSucceed, NetInternalsTest.NetInternalsPrerenderViewFail Review URL: http://codereview.chromium.org/7558011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96396 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=92410 TEST=unit_tests TBR=avi Review URL: http://codereview.chromium.org/7619009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96395 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Fix the audio and video code which shouldn't have derived from the ResourceObjectBase class. This produced a diamond inheritance on refcounted. The refcounting for resources is no longer threadsafe. We weren't doing any thread stuff with these, so this should be fine. There should be no behavior change. BUG= TEST= Review URL: http://codereview.chromium.org/7608033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96394 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=92410 TEST=Open bookmark folder menus. Don't see '&' signs. Review URL: http://codereview.chromium.org/7619007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96393 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=92482 TEST= TBR=jkummerow@chromium.org, chaitanyag@chromium.org Review URL: http://codereview.chromium.org/7622011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96392 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
* Handle trailing dots in LastTwoLabels() as in http://codereview.chromium.org/7518035/ . Rename this function to LastTwoComponents() to match the terminology used in the RegistryControlledDomainService and elsewhere in Chrome. * Since callers are using std::string anyway, make the functions in the header take const std::string& instead of char*. This also allows doing string operations on them. * Use string operations (like find_last_of()) in place of hand-written algorithms, for brevity, clarity, and safety. * Avoid "unsigned", which the style guide forbids, and use allowed types like size_t, uint32, or int (depending on the situation). * Avoid #define and "using". * Use standard algorithms for similar reasons as using string ops. * Use file_util functions to significantly abbreviate file reading/writing code. * Use wmain() (on Windows) in combination with FilePath to avoid issues if the provided pathname has extended characters that don't flatten losslessly to the default codepage (thanks Darin for pointing out this issue). * Avoid casting where possible. Avoid some casts for printf()-style calls by using a string stream, which also allows for slightly less boilerplate. * Convert non-error uses of stderr to the chrome-standard VLOG(1). * Correctly handle hostnames with trailing dots in the input file. * In general, shorten code where possible. Because this adds a dependency on base, and ssl_false_start_blacklist_process has the "#host" specifier in net.gyp, bradnelson tells me that base and its dependencies need an explicit "host, target" toolchain list for the Linux builds to work correctly. It would be nice if we could avoid this but I guess gyp would have to be smarter or something. BUG=none TEST=none Review URL: http://codereview.chromium.org/7550002 TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/7623015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96391 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
The concept of some WebUIs not being based on TabContents lived for two weeks (added r62478, removed r63713) but this support code was never removed. BUG=76788 TEST=no change visible Review URL: http://codereview.chromium.org/7554008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96390 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Roll new ffmpeg, libvpx and gyp. Also modify remoting.gyp so that everything should builds. BUG=70688, 47285 TBR=scherkus TEST=All buildbots are green Review URL: http://codereview.chromium.org/7621013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96389 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@google.com authored
control group is http://codereview.chromium.org/7461150 Review URL: http://codereview.chromium.org/7613007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96388 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=88353 TEST=On Lion, scroll past the edge of the web content area and see textured over-scroll area. Review URL: http://codereview.chromium.org/7582009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96387 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
Mark the binaries' EULA as having been accepted when GCF is installed via quick-enable. This causes Google Update to start updating the multi-install. Chrome's EULA will still be required on first-run. BUG=88544 TEST=1) Do a multi-install OEM install of Chrome for which the EULA is required. Alternatively, install system-level multi-install Chrome and then manually add eulaaccepted=0 to Chrome's and the binaries' ClientState keys. 2) Visit the GCF download page and install GCF via quick-enable. 3) Verify that eulaaccepted=1 is written to the binaries' ClientStateMedium key. Review URL: http://codereview.chromium.org/7600023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96386 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=92478 TEST= TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/7622010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96385 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Added Autofix, Exposure, Blur, Sharpen. Also improved appearance a bit by avoiding non-integer coordinates and fixed W3C compatibility (a standalone demo now works on Opera and Firefox allowing for performance comparisons). BUG= TEST= Review URL: http://codereview.chromium.org/7552035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96384 0039d316-1c4b-4281-b951-d872f2087c98
-
jkummerow@chromium.org authored
Review URL: http://codereview.chromium.org/7618011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96383 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Note: This was a TODO for akalin. BUG=None TEST=None R=akalin@chromium.org Review URL: http://codereview.chromium.org/7612015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96382 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
```--------------------------------------------------------------------- r825 | mark@chromium.org | 2011-08-11 09:47:38 -0400 (Thu, 11 Aug 2011) | 6 lines The process_id field is unsigned, so we need this cast in c++0x. Patch by Rafael Ávila de Espíndola <respindola@mozilla.com> https://bugzilla.mozilla.org/show_bug.cgi?id=677644 ``` --------------------------------------------------------------------- r824 | mark@chromium.org | 2011-08-11 09:45:30 -0400 (Thu, 11 Aug 2011) | 8 lines The first field in a MDLocationDescriptor is a u_int32_t, so change this cast to the correct type. This fixes an error newer clang versions find in c++ 0x mode. Patch by Rafael Ávila de Espíndola <respindola@mozilla.com> https://bugzilla.mozilla.org/show_bug.cgi?id=677641 ------------------------------------------------------------------------ r823 | mark@chromium.org | 2011-08-11 09:40:13 -0400 (Thu, 11 Aug 2011) | 2 lines Fix clang warnings. Review URL: http://breakpad.appspot.com/298002 ------------------------------------------------------------------------ r822 | mark@chromium.org | 2011-08-11 09:39:44 -0400 (Thu, 11 Aug 2011) | 3 lines Zero out the entire context on MD5_Final, not just the number of bytes in a pointer. Review URL: http://breakpad.appspot.com/298001 ------------------------------------------------------------------------ Review URL: http://codereview.chromium.org/7619005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96381 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=92300 TEST=None Review URL: http://codereview.chromium.org/7599028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96380 0039d316-1c4b-4281-b951-d872f2087c98
-
andreip@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7617007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96379 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=92307 TEST=Steps described in the bug should not crash a debug build of chromium. Review URL: http://codereview.chromium.org/7608024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96378 0039d316-1c4b-4281-b951-d872f2087c98
-