- 16 Nov, 2011 40 commits
-
-
dubroy@chromium.org authored
BUG=chromium-os:22036 TEST=None. Review URL: http://codereview.chromium.org/8578002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110311 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
Copy server pieces to build output dir. Update ppapi_uitests.cc to run server from output dir. Add test to ppapi_uitests, update dependecies. Update test_sever to support a fully qualified path. BUG= http://code.google.com/p/chromium/issues/detail?id=96782 BUG= http://code.google.com/p/chromium/issues/detail?id=103690 TEST= try (ui_tests --gtest_filter="PPAPI*.*") Review URL: http://codereview.chromium.org/8539019 TBR=noelallen@google.com Review URL: http://codereview.chromium.org/8486017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110310 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
TBR=kcc Review URL: http://codereview.chromium.org/8488004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110309 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
Right now, the default defined in libpng.gyp is to use the system's libpng for Android, while we want to build this from source. BUG= TEST= Review URL: http://codereview.chromium.org/8486008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110308 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110307 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=90041 TEST=none TBR=dpranke@chromium.org Review URL: http://codereview.chromium.org/8564007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110306 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
This patch disables the feature as it's currently enabled but broken. Extensions should use the new speech input extension API instead. BUG=97388 TEST=install extension showing popup with a speech input button, click the mic icon. Review URL: http://codereview.chromium.org/8511062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110305 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8520033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110304 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Added UMA user action implemented in http://codereview.chromium.org/8490014/ to extract_actions.py, updated chromeactions.txt. Note: when I ran extract_actions.py --hash I saw a number of new actions show up in chromeactions.txt. Someone has probably forgot to update it. I am only adding the one line related to my action in this patch. BUG=chromium-os:22860 TEST= Review URL: http://codereview.chromium.org/8537008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110303 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=chromium-os:22823 TEST=None Review URL: http://codereview.chromium.org/8486003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110302 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
BUG=chromium-os:20771 TEST=manual Review URL: http://codereview.chromium.org/8577002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110301 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110300 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110299 0039d316-1c4b-4281-b951-d872f2087c98
-
eugenis@google.com authored
BUG=16089,16091 TEST=none Review URL: http://codereview.chromium.org/8486010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110298 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110297 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
need to define SK_ENABLE_FAST_SHADERMASK to opt-in to faster shadermask Review URL: http://codereview.chromium.org/8572025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110296 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Also removed an obsolete comment. Rationale: 1. Extension name postfixes make action names less readable than they need to be. 2. There are not so many extensions using the API. To be precise, at the moment there is exactly one (Chrome OS built-in File Browser). 3. Every new metric needs to be registered in a dashboard configuration file anyway. Names are sorted alphabetically there and duplicates can be easily detected. At the very least we could omit the extension name postfix only for built-in extensions. BUG= TEST= Review URL: http://codereview.chromium.org/8510046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110295 0039d316-1c4b-4281-b951-d872f2087c98
-
eugenis@google.com authored
And disable one test under Valgrind. BUG=104029,104443,104447 TEST=none Review URL: http://codereview.chromium.org/8576004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110294 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=100276 R=thestig@chromium.org Review URL: http://codereview.chromium.org/8574019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110293 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Particularly make sure all policies have description for the default state which will be used if the policy is not set. BUG=100033 TEST=Smiling admins. Review URL: http://codereview.chromium.org/8465017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110292 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org Review URL: http://codereview.chromium.org/8573005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110291 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=103734 TEST=Wildcard patterns not in exceptions list. Review URL: http://codereview.chromium.org/8486002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110290 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
These tests verifies that rendering and capturing starts as they should. It is also possible to enable a full-duplex audio test. BUG=none TEST=content_unittests with --gtest_filter=*WebRTC* Review URL: http://codereview.chromium.org/8528026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110289 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
They will be used for adding IME support to Aura. BUG=chromium:97261 TEST=try Review URL: http://codereview.chromium.org/8567021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110288 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
The ERR_ABORTED error code is very general and for this particular case we already have a corresponding net:: error case. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104712 Review URL: http://codereview.chromium.org/8117003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110287 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
Transmit script content settings to the renderer. Use the script URL as the secondary URL for the content setting rules. This CL contains the functionality of the following 2 CLs, hopefully without performance regressions: http://codereview.chromium.org/8409006 http://codereview.chromium.org/8498007 BUG=90840 TEST=ChromeRenderViewTest.ContentSettings(Allow|Block)Scripts Review URL: http://codereview.chromium.org/8538004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110286 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=trybot runs Review URL: http://codereview.chromium.org/8568030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110283 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
BUG=none TEST=audio_low_latency_output_win_unittest.cc Review URL: http://codereview.chromium.org/8440002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110282 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=trybot compile Review URL: http://codereview.chromium.org/8572034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110281 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
TEST=This is a preventative fix to avoid flakiness down the line. Currently the test doesn't fail, but it will fail once pending patches are landed. TBR=henrika Review URL: http://codereview.chromium.org/8575002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110280 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=chromium-os:22871 TEST=download a file on cros, link at the bottom of the downloads panel should say "Show all files". Clicking on it should open the filemanager at the downloads folder location. Review URL: http://codereview.chromium.org/8528046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110279 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
chrome://history will now show the page that used to appear at chrome://history2. BUG=52697,76595 TEST=Manual. Go to chrome://history and ensure that the new UI is displayed (there is no more "Edit items..." link in the top right). Verify that deleting a single item using the action menu works, and verify that deleting multiple items using the "Remove selected items" button works. Review URL: http://codereview.chromium.org/8511055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110278 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
- Library files are getting htmlflattened (reducing parsing time). - requesting roots, constructing grids are delayed (allows to show nonfunctional UI much more quickly). BUG=None TEST=None Review URL: http://codereview.chromium.org/8565009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110277 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110276 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=104419,104438 TEST=tree gets greener. TBR=aleksey,kmadhusu Review URL: http://codereview.chromium.org/8572050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110271 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
The first landing broke popups on the Mac. Specifically, the auto-resizing of TabContents interfered with how ExtensionViewMac tried to resize itself, causing an infinite feedback loop. Also, we need to defer updating the size of the container until the ExtensionHost is loaded so that we don't display an empty window. BUG=84146 TEST=extensions still work Review URL: http://codereview.chromium.org/8498022 TBR=mpcomplete@chromium.org Review URL: http://codereview.chromium.org/8520036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110270 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=None TEST=DevToolsManagerTest.ReattachOnCancelPendingNavigation TBR=jam Review URL: http://codereview.chromium.org/8468033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110269 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
The general approach is to require user gesture and put up the confirmation UI if an extension wants to re-enable a disabled-due-to-permissions-escalation extension. Also added some new infrastructure for making this easier to test. BUG=102579 TEST=See bug Review URL: http://codereview.chromium.org/8423069 TBR=asargent@chromium.org Review URL: http://codereview.chromium.org/8520035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110268 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=DevTools window may close when navigating to different bookmarked pages TEST=DevToolsManagerTest.ReattachOnCancelPendingNavigation Review URL: http://codereview.chromium.org/8572010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110267 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
initProgressEvent is going away soon. BUG=103194 TEST=cd native_client; ./scons chrome_browser_tests disable_dynamic_plugin_loading=1 chrome_browser_path=/path/to/your/chrome Review URL: http://codereview.chromium.org/8488002 Patch from Dominic Cooney <dominicc@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110266 0039d316-1c4b-4281-b951-d872f2087c98
-