- 30 Jul, 2012 40 commits
-
-
cduvall@chromium.org authored
APIDataSource now pulls info from _permission_features.json and displays it in the 'Permissions' section. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10827063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149000 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
For example, on Macbook, we can blacklist Intel HD 4000 whether it is the only GPU on the machine, or it is the integrated one of a dual GPU setting. BUG=134015 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/10832044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148999 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
We'll need to get rid of it, but for now, just make it private. BUG=137725 TEST=none Review URL: https://chromiumcodereview.appspot.com/10830071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148998 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
When the sum of the buckets is "significantly" different from a second counter, which is incremented when any bucket is bumped, then we declare the histogram to be potentially "spammed." The limit was a difference by 1, but examination of the UMA uploads shows that for some histograms, this can grow larger. This CL increases the threshold from "as much as 1 away" to "as much as 5 away." r=rtenneti Review URL: https://chromiumcodereview.appspot.com/10833026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148997 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=128378 TEST=unit_tests:GData* and browser_tests:GData* passes. using TBR for gyp changes TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10808027 TBR=yoshiki@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148996 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
build.py times out if not limited to a specific page. This CL disables the timeout. BUG=no Review URL: https://chromiumcodereview.appspot.com/10834048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148994 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=dennisjeffrey@chromium.org BUG=139651 TEST= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10832065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148993 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This partially addresses http://code.google.com/p/chromium/issues/detail?id=137155 by placing new notifications at the front of the list and rendering newer notifications first. This also greatly simplifes the layout code for web notifications. It also fixes a bug where notifications were not getting redrawn correctly when the shelf alignment was changed. BUG=137155 TEST=New web notifications should show up at the top of the list. The list should size correctly as new notifications arrive, scrolling when the max size is reached, showing up to 99 notifications in the list. R=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10833041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148991 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=128378 TEST=unit_tests:GData* and browser_tests:GData* passes. using TBR for gyp changes TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10808027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148990 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=139659,139662,139664 TEST=none TBR=jhawkins Review URL: https://chromiumcodereview.appspot.com/10829081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148989 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148988 0039d316-1c4b-4281-b951-d872f2087c98
-
tomhudson@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10835035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148987 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
Mimic code seen in message_loop.cc (since these tasks are run on named threads) to support tracking of sequenced worker pool runs of tasks. We surround the *.Run() method with a call to get the time before we start, and then call to tally the time it took to run after task.Run() returns. r=brettw BUG=139035 Review URL: https://chromiumcodereview.appspot.com/10825022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148986 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=138901 Review URL: https://chromiumcodereview.appspot.com/10832063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148985 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
- Added GetKey() and SetKey() in AesDecryptor. - Moved static functions out of AesDecryptorTest to make them file scope functions. BUG=none TEST=media_unittests Review URL: https://chromiumcodereview.appspot.com/10822013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148984 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Remove all the chrome exceptions in content's DEPS that were there for browser_tests, now that content_browsertests is ready. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10831073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148983 0039d316-1c4b-4281-b951-d872f2087c98
-
strobe@google.com authored
BUG= TEST=Manual, in browser Review URL: https://chromiumcodereview.appspot.com/10826056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148982 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
Extension docs server: add sys.executable to start_dev_server so that it works better on Windows (where Python isn't necessarily in the path). Review URL: https://chromiumcodereview.appspot.com/10837002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148981 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
The ExampleZipper was getting caught on unicode characters. I added a parameter to Read in FileSystem that will return the files without converting to unicode. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10826037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148980 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Valgrind/Heapchecker: Remove obsolete suppressions for a BackgroundApplicationListModelTest that no longer exists. Exclude the current BackgroundApplicationListModelTest that takes too long to run. Add another suppression for the JsSyncManagerObserverTest leak. BUG=73358,139635,139652 TEST=none TBR=timurrrr Review URL: https://chromiumcodereview.appspot.com/10835040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148979 0039d316-1c4b-4281-b951-d872f2087c98
-
strobe@google.com authored
This defers the change from kEmittingSamples to kParsingBoxes until after the current 'mdat' atom has been cleared in MP4StreamParser. BUG= TEST=MP4StreamParserTest Review URL: https://chromiumcodereview.appspot.com/10821081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148977 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG=138115 Review URL: https://chromiumcodereview.appspot.com/10830068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148976 0039d316-1c4b-4281-b951-d872f2087c98
-
xiaomings@google.com authored
BUG= TEST=Compile Review URL: https://chromiumcodereview.appspot.com/10823063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148975 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Valgrind/Heapchecker: Add a new suppression for a JsSyncManagerObserverTest leak. Cleanup some other suppression entries. BUG=127717,139635 TEST=none TBR=jhawkins Review URL: https://chromiumcodereview.appspot.com/10831074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148974 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=133076,139633 TEST=none TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10828073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148972 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148971 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Also move mouseleave_browsertest.cc to src\chrome. This is an interactive_ui_tests, and while we can theoretically create another content_browsertest target for interactive tests, it seems pointless for just one test. So run it as part of chrome. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10821089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148970 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
The unit test was added in r148888. Review URL: https://chromiumcodereview.appspot.com/10826062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148969 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
Notable new features: - pcm_s16be, pcm_s24be support for chromium. gsm for chromeos. - preroll stripping for mp3 files encoded with LAME or FFmpeg. Includes the usual cadre of bug fixes and enhancements. Fixes a known crash on ARM per fischman. BUG=none TEST=manual, unit tests + asan, tsan, valgrind, etc. Review URL: https://chromiumcodereview.appspot.com/10828038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148968 0039d316-1c4b-4281-b951-d872f2087c98
-
husky@chromium.org authored
The JNI generator was being confused by the word 'native' appearing in a block comment in ChromeBrowserProvider.java. This patch ensures that all comments are stripped out correctly. BUG=138941 TEST=jni_generator_tests.py Review URL: https://chromiumcodereview.appspot.com/10830035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148967 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10829070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148966 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
This CL introduces proper host permission checking for the declarative webRequest API. It moves the permission checking code from web_request_api.cc into a separate class that is shared with the declarative WebRequest API. BUG=112155 TEST=no TBR=mirandac@chromium.org,akalin@chromium.org,ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148965 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
to be used by pnacl for scratch files during compilation and linking. This is in-lieu of the current use of pepper temp files, which are not allowed in incognito mode, and are more cumbersome to clean up on surfaway. Use this interface for the .o file in pnacl coordinator. The .nexe still uses pepper temp files, since we haven't moved that over for caching yet. We will clean that up later. Also do some crude quota enforcement for these files, using the existing reverse service interface. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2683 TEST= none -- pnacl compilation still works Review URL: https://chromiumcodereview.appspot.com/10815080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148964 0039d316-1c4b-4281-b951-d872f2087c98
-
qfel@google.com authored
Add group policy to disable taking screenshots: * by keyboard shortcut (using local state) * when reporting feedback (using local state) * by extension API (using user prefs) How to test: - Press Ctrl+F5 (or the corresponding key combination on chromebook) to take a screenshot. This should flash a screen and create a screenshot in your files, if the policy is not enabled. - Install http://code.google.com/chrome/extensions/examples/api/tabs/screenshot.zip extension to test extension APIs. This allows to take tab screenshots of code.google.com. - In Chrome menu, use Tools -> Report an Issue... to go to issue screen, which should contain a screenshot (if the policy is not enabled) Implementation: - Changed browser::GrabWindowSnapshot and ScreenshotTaker::GrabWindowSnapshot to block screenshots triggered by accelerators and feedback form - CaptureVisibleTabFunction::RunImpl to disable tab screenshots made by extension API BUG= chromium-os:24747 TEST= Disable screenshots through policy, check I screenshots can created/viewed TBR= zmo@chromium.org, jbates@chromium.org Review URL: https://chromiumcodereview.appspot.com/10692110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148963 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10831056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148962 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10828062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148961 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
This patch makes the "options" drop box a proper size, so that it does not need to be as wide as "Always allow this site to use this camera and this microphone and camera". It guarantees no overlap when the window is resizing. It also corrects the layout by putting the cancelButton on the left of the okButton. BUG=137837,138447 TEST= try with site: https://apprtc.appspot.com Review URL: https://chromiumcodereview.appspot.com/10802090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148960 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
crash with a null-bitmap-ptr. The callers already check for a NULL-BitmapPlatformDevice return value. Places where we perform this check/return on other platforms bitmap_platform_device_win.cc#187 iff CreateDIBSection failed bitmap_platform_device_mac.cc#120,144 Review URL: https://chromiumcodereview.appspot.com/10828069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148959 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=none TEST=Adding new strings should not require LGTM from src/chrome/app owners Review URL: https://chromiumcodereview.appspot.com/10823078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148958 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
They're no longer necessary as crbug.com/129834 is implemented. BUG=None TEST=try Review URL: https://chromiumcodereview.appspot.com/10829065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148957 0039d316-1c4b-4281-b951-d872f2087c98
-