- 30 Aug, 2013 40 commits
-
-
jkummerow@chromium.org authored
TBR=yangguo@chromium.org Review URL: https://chromiumcodereview.appspot.com/23602017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220604 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL introduces three new private APIs, which will be used to replace Files.app's current copy implementation. Currently, the copy operation is implemented in JavaScript layer, because FileSystem API's copyTo method doesn't support progress update and cancelling. To let Files.app focus on UI, the copy implementation is being moved to C++ layer, and these private APIs will be used for it. This CL just adds manifest entries, so no behavior change is expected. BUG=279287 TEST=Tested manually. Review URL: https://chromiumcodereview.appspot.com/23537002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220603 0039d316-1c4b-4281-b951-d872f2087c98
-
jaredshumway94@gmail.com authored
The next step in moving towards the DataSourceRegistry architecture (see bug). The SidenavDataSource is the first DataSource to rely on the contents of a request and the DataSourceRegistry had to change. Now DataSources are given both a ServerInstance and a Request when created. Strings and Manifest DataSources have been updated. SidenavDataSource contained some very old code and was in need of refactoring. The Factory had to be stripped out because it is now unneeded and doesn't work with the registry. CreateDataSource was moved into the RenderServlet and is added to the template data source in Create to give the DataSources access to a Request. BUG=275039 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22824042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220600 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220599 0039d316-1c4b-4281-b951-d872f2087c98
-
fgalligan@chromium.org authored
Sizes increase on linux. BUG=279335 TBR=tomfinegan Review URL: https://codereview.chromium.org/23479009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220598 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Now that all connection requests are going through NetworkConnectionHandler we can start to improve the connect flow logic. 'connect-failed' can indicate a lot of things; we shouldn't assume that configuration is required when that Error state is set. BUG=278559 R=pneubeck@chromium.org Review URL: https://codereview.chromium.org/22867045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220596 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
authentication if the client private key is in a CAPI service provider. R=rsleevi@chromium.org,agl@chromium.org BUG=278370 TEST=will require manual testing by the bug reporter. Review URL: https://chromiumcodereview.appspot.com/23545010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220595 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220594 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=271247 TEST=trybots TBR=vapier@chromium.org Review URL: https://codereview.chromium.org/23496023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220593 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220592 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=156940:156963&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/23564005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220591 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220590 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Currently it is in file_manager.js file, which is huge. BUG=282198 TEST=manually Review URL: https://chromiumcodereview.appspot.com/23532018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220589 0039d316-1c4b-4281-b951-d872f2087c98
-
aberent@chromium.org authored
This CL adds support for the Startup.BrowserMessageLoopStartTimeFromMainEntry UMA histogram to chromium_testshell. It does this by recording the start time as early as possible on the Java side (well before the C++ library is even loaded), and then reading this on the C++ side through a new JNI call. BUG=266173 Review URL: https://chromiumcodereview.appspot.com/23443009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220588 0039d316-1c4b-4281-b951-d872f2087c98
-
fgalligan@chromium.org authored
See https://codereview.chromium.org/23600008/ https://codereview.chromium.org/23493010/ for the actual changes. BUG=279335 R=scherkus@chromium.org Review URL: https://codereview.chromium.org/23532005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220587 0039d316-1c4b-4281-b951-d872f2087c98
-
anitawoodruff@chromium.org authored
Previously, users could disable force-installed extensions by killing the process via the Chrome Task Manager or other means. This fix prevents that by reloading force-installed extensions if they crash. Also added an 'extension misbehaving' popup to inform the user if we get stuck in a crash/reload loop, so they know to inform their administrator. BUG=175701 TEST=Updated browser_tests Review URL: https://chromiumcodereview.appspot.com/23427003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220586 0039d316-1c4b-4281-b951-d872f2087c98
-
lazyboy@chromium.org authored
Flakes Shim_TestAutosizeWithPartialAttributes at least on WinXP and MacOSX. > Improve <webview> autosize: > a. Expand/shrink <webview> element when 'sizechange' event fires, to > match with the new view size (in shim). > b. For SW mode, fix a bug where damage buffer would remain smaller than > the view size and would result in crash. Added test for this case. > > BUG= > Test=WebViewTest.AutoSize.* > > Review URL: https://chromiumcodereview.appspot.com/23499003 TBR=lazyboy@chromium.org Review URL: https://codereview.chromium.org/23618018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220584 0039d316-1c4b-4281-b951-d872f2087c98
-
jansson@chromium.org authored
BUG=281022 NOTRY=true TEST=Bisected builds on Ubuntu 12.04 LTS Review URL: https://chromiumcodereview.appspot.com/23726009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220583 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=204944, 223859 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23503018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220582 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This patch is a part of the Webstore-Files.app integration (crbug.com/240152). BUG=272245 TEST=manually tested Review URL: https://chromiumcodereview.appspot.com/23332012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220581 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This also changes the action associated with Quit Chrome when an app is focused. This is to allow Quit <app> to have the same key binding. The action closes the app instead of attempting to quit Chrome. BUG=168080, 276052 TEST=Focus an app's window. The main menu bar should contain a menu for the app which contains a Quit item. Selecting the Quit item, or using Cmd+Q quits the app. TEST=Focus an app's window. Right click Chrome's dock icon and select Quit. Chrome and all apps should quit. Review URL: https://chromiumcodereview.appspot.com/23301018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220580 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
TBR=xians NOTRY=True Review URL: https://codereview.chromium.org/23812004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220578 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220576 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
R=vsevik@chromium.org Review URL: https://codereview.chromium.org/23678005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220575 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://inspectkaznacheev@chromium.org authored
BUG=None R=pfeldman@chromium.org Review URL: https://codereview.chromium.org/23735004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220574 0039d316-1c4b-4281-b951-d872f2087c98
-
ricea@chromium.org authored
TCP/IP with no extensions in use. This CL implements the logic to read and write frames from the stream that is used after connection. BUG=257680 TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/18792002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220573 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
> Disabling flaky webrtc tests for now. > > BUG=28149 > TBR=tommi@chromium.org > NOTRY=True > > Review URL: https://chromiumcodereview.appspot.com/23592020 TBR=phoglund@chromium.org Review URL: https://codereview.chromium.org/23702012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220572 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=None CID=15762 R=creis@chromium.org Review URL: https://codereview.chromium.org/23722002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220571 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
This is a simple fix for a regression that's affecting PeerConnection based apps that also use WebAudio. A longer term fix is also ready but I'd like to land this shorter term fix so that merging to release branches will be easy and low risk. (the other CL is here: https://codereview.chromium.org/23171026/) BUG=277134 Review URL: https://chromiumcodereview.appspot.com/23752002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220570 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=NONE CID=108673 R=msarda@chromium.org Review URL: https://codereview.chromium.org/23511006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220569 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
This method is used just internally. BUG=none TEST=manually Review URL: https://chromiumcodereview.appspot.com/23819002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220568 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
This method accepts an ID of an input device and finds an output device belonging to the same hardware (if one exists) and returns its ID. BUG=276894 Review URL: https://chromiumcodereview.appspot.com/23618015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220566 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/23288007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220565 0039d316-1c4b-4281-b951-d872f2087c98
-
pasko@chromium.org authored
In case a backend does not support Sparse IO, a failover to network should happen, it does so via unsuccessful validation of headers, but debug builds have a DCHECK on this seemingly working path. Remove it. BUG=263642 Review URL: https://chromiumcodereview.appspot.com/22926031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220564 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://settingsvasilii@chromium.org authored
This reverts https://codereview.chromium.org/20686002/ and partially https://chromiumcodereview.appspot.com/14924002. BUG=235037 Review URL: https://chromiumcodereview.appspot.com/22887043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220563 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Also moved TetheringAdbFilter class declaration into a cc file, preparing for merge with PortForwardingController::Connection. TBR=jam (file renamed in chrome.gyp) BUG=None Review URL: https://chromiumcodereview.appspot.com/23490021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220560 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
Adding a check if the type (audio, video) was requested and allowed before adding the device to the list. BUG=259567 Review URL: https://chromiumcodereview.appspot.com/23453012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220559 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220558 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/23571005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220556 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
This isn't used any more now and can be deleted. Chrome apps and the chrome app launcher are now part of the main chrome install, and don't need a separate executable to shunt control to chrome. TBR=sky BUG=279671 Review URL: https://chromiumcodereview.appspot.com/23539002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220555 0039d316-1c4b-4281-b951-d872f2087c98
-