- 18 Nov, 2013 40 commits
-
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=162192:162211&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/72073006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235779 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=none TEST=none R=isherman@chromium.org Review URL: https://codereview.chromium.org/62873006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235777 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
BUG=318387 TEST=None NOTRY=True Review URL: https://codereview.chromium.org/60043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235776 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
Instead of blindly hiding a window, this patch will check if the owner of the window is a system modal container. If so, switch users instead. BUG=318832 TEST=unittest (and visual) Review URL: https://codereview.chromium.org/74363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235773 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
Don't build or archive reliability_tests and automated_ui_tests on official bots. Add browser_tests to Linux tests. BUG=288383, 319497 TESTS=None NOTRY=true Review URL: https://codereview.chromium.org/73163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235772 0039d316-1c4b-4281-b951-d872f2087c98
-
hajimehoshi@chromium.org authored
BUG=319572 TEST=manual Review URL: https://codereview.chromium.org/65043017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235771 0039d316-1c4b-4281-b951-d872f2087c98
-
dreijerbit@gmail.com authored
Added wrapper interface, WindowFeatures, that allows additional window features to be passed over IPC. BUG=315428 Review URL: https://codereview.chromium.org/61503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235770 0039d316-1c4b-4281-b951-d872f2087c98
-
plundblad@chromium.org authored
This makes battery alerts and network state change notifications emit spoken (and braille) feedback again and fixes a crash on ash debug builds when accessibility is enabled. BUG=310766 R=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/74083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235764 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
contains the template. BUG=320339 R=yoz@chromium.org, mkearney@chromium.org Review URL: https://codereview.chromium.org/65643009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235762 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
The content_browsertests on Android exit before IO thread is joined. Some tasks on IO thread needs to access GetContentClient() which has been reset by ContentShellTestSuiteInitializer::OnTestEnd when test is terminated. To keep closer to production code, this patch tries to not reset ContentClient on Android when test is ended. BUG=181069 R=jam@chromium.org Review URL: https://codereview.chromium.org/27518013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235761 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
> Fix chrome upload with content uri > > For android, the upload file dialog returns files with content uri scheme(content://). > This CL makes it possible for upload to work with this new file type. > It fixes both the form and fileapi based uploads. > > The CL follows the same code path used by regular file upload and the content url is encompassed by a FilePath object. > > R=jar@chromium.org, joth@chromium.org, kinuko@chromium.org, mmenke@chromium.org, tsepez@chromium.org > TBR=yfriedman > BUG=278640 > > Review URL: https://codereview.chromium.org/46303005 TBR=qinmin@chromium.org Review URL: https://codereview.chromium.org/65043023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235760 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
BUG=176183 Review URL: https://codereview.chromium.org/27335003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235758 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
Since a supervised user can't edit their name, trying to set the focus there resulted in it ending up on the first element in the tab order. On Mac and Linux, that was the "Cancel" button, rather than "OK", because the button order is reversed to fit those platforms' conventions. Set focus more deliberately. BUG=315532 TEST=new browser_test Review URL: https://codereview.chromium.org/75363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235754 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
The process of doing this already found one serious bug in lseek and will enable us to find many more via asan and other sanitisers which run on the linux host envionment. R=binji@chromium.org, binji Review URL: https://codereview.chromium.org/73083005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235753 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
For android, the upload file dialog returns files with content uri scheme(content://). This CL makes it possible for upload to work with this new file type. It fixes both the form and fileapi based uploads. The CL follows the same code path used by regular file upload and the content url is encompassed by a FilePath object. R=jar@chromium.org, joth@chromium.org, kinuko@chromium.org, mmenke@chromium.org, tsepez@chromium.org TBR=yfriedman BUG=278640 Review URL: https://codereview.chromium.org/46303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235752 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
This CL adds a simple shell program for Gin to make edit/test/debug cycle faster. The shell excutes a list of scripts from the command line and loads any requested AMD modules relative to the current working directory. This CL will also let us remove the ugly code in https://codereview.chromium.org/69843003/diff/240001/mojo/public/bindings/js/test/run_js_tests.cc because we now know how to file modules via the file system. Eventually for Mojo, we'll want to use a net_module_provider (instead of the file_module_provider included in this CL) to load additional AMD modules off the network. BUG=317398 R=jochen@chromium.org Review URL: https://codereview.chromium.org/74753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235750 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235748 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
The ComponentCloudPolicyService is used to fetch policy for Chrome components such as extensions. This change makes it follow the sign-in state by observing the cloud policy store and a cloud policy core, which determine that state from the cloud policy system perspective. The component policy cache will be cleared on signout. The ComponentCloudPolicyService now tracks a CloudPolicyCore to determine whether a CloudPolicyClient is available or not; it is possible to signin and signout multiple times. BUG=108992 Review URL: https://codereview.chromium.org/72793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235747 0039d316-1c4b-4281-b951-d872f2087c98
-
danno@chromium.org authored
> Update V8 to version 3.23.5. > > R=jkummerow@chromium.org > TBR=jkummerow@chromium.org > BUG= > > Review URL: https://codereview.chromium.org/70103022 TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/75443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235746 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=266838 R=dcarney@chromium.org TBR=eroman@chromium.org,abarth@chromium.org Review URL: https://codereview.chromium.org/74783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235745 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
accommodate. TBR=yoz@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/73963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235744 0039d316-1c4b-4281-b951-d872f2087c98
-
iancottrell@chromium.org authored
BUG=316397 Review URL: https://codereview.chromium.org/72733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235743 0039d316-1c4b-4281-b951-d872f2087c98
-
iancottrell@chromium.org authored
BUG=316397 Review URL: https://codereview.chromium.org/72723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235742 0039d316-1c4b-4281-b951-d872f2087c98
-
iancottrell@chromium.org authored
BUG=316397 Review URL: https://codereview.chromium.org/72043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235741 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
DumpAccessibilityTreeTest.AccessibilityDialog DumpAccessibilityTreeTest.AccessibilityModalDialogClosed DumpAccessibilityTreeTest.AccessibilityModalDialogInIframeOpened BUG=297230 TBR=dmazzoni@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/68983006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235740 0039d316-1c4b-4281-b951-d872f2087c98
-
komatsu@chromium.org authored
This is the last patch to delete dbus/ibus directory. BUG=275262 Review URL: https://codereview.chromium.org/71203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235739 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235738 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=162174:162191&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/66593003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235737 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
If a profile is created/removed as a result of the call to AddProfile inside it will crash because the iterator is invalidated. BUG=319676 TEST=On Mac as described in the bug. Review URL: https://codereview.chromium.org/65643006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235736 0039d316-1c4b-4281-b951-d872f2087c98
-
alexis.menard@intel.com authored
These files have no dependencies on chrome/ so they can be safely moved to the components/ directory. This is part of an effort to componentize NaCl code. BUG=244791 Review URL: https://codereview.chromium.org/61763026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235735 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
> android: forwader2: Simplify Forwarder implementation. > > This patch does several things to the Forwarder class used in the 'forwarder2' > tool: > > - Add a Stop() method to gently ask the forwarder to shut-down. This stops > the forwarder from listening from incoming data, but keeps it running > until it could flush its buffer properly, to avoid packet loss. > > - Simplify / refactor the buffer management code inside a Forwarder > instance, to make the state of its buffer, and their transitions, > more explict. > > BUG=313809 > R=pliard@chromium.org > > Review URL: https://codereview.chromium.org/61793013 TBR=digit@chromium.org Review URL: https://codereview.chromium.org/70193013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235729 0039d316-1c4b-4281-b951-d872f2087c98
-
mcasas@chromium.org authored
Reland of: https://codereview.chromium.org/29423003/ Added video capture capabilities retrieval and caching to VideoCaptureManager. The local cache of video capture names and capabilities is created in a codepath starting in EnumerateDevices. The cache is update during StartCaptureForClient() and StopCaptureForClient(). Also added unittests (http://goo.gl/QQbpXW). BUG=309554, 319955 TBR=perkj, ncarter, xians1 Review URL: https://codereview.chromium.org/74703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235728 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=240165 NOTRY=true Review URL: https://codereview.chromium.org/73613003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235727 0039d316-1c4b-4281-b951-d872f2087c98
-
komatsu@chromium.org authored
This patch focuses on the deletion and relocation keeping the logic as-is. BUG=275262 Review URL: https://codereview.chromium.org/61003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235726 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Follow up from crrev.com/234212 BUG=317523 Review URL: https://codereview.chromium.org/59323004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235725 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
similar to a template. Users of GAE version see HTML file edited in this CL, and developers of dmprof-visualizer see HTML text in template.py. Those files should be merged, but it is another issue. BUG=259206 NOTRY=true Review URL: https://codereview.chromium.org/74973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235724 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=318373 Review URL: https://codereview.chromium.org/74873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235723 0039d316-1c4b-4281-b951-d872f2087c98
-
pshenoy@chromium.org authored
Shim_TestChromeExtensionURL and Shim_TestChromeExtensionRelativePath are failing consistently on official Windows and Linux bots. Disabling for now until it is fixed to keep the official bot green. BUG=315920 Review URL: https://codereview.chromium.org/74193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235722 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
TEST= Log using --vmodule=media_stream_manager*=3,media_stream_dispatcher*=3 and make sure the log print out media_stream_manager.cc(316)]CancelRequest( after MediaStreamDispatcher::StopEnumerateDevices() while using the webcam on youtube.com/my_webcam?privacy=public BUG=317534,320421 R=tommi@chromium.org Review URL: https://codereview.chromium.org/63673006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235720 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=309569 TEST=Manual, see bug R=oshima Review URL: https://codereview.chromium.org/74083004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235718 0039d316-1c4b-4281-b951-d872f2087c98
-