- 30 Aug, 2013 40 commits
-
-
rsadam@chromium.org authored
BUG=280147 Review URL: https://chromiumcodereview.appspot.com/23534021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220628 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/23531017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220626 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220625 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=156964:156995&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/23496026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220624 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://newtabkmadhusu@chromium.org authored
BUG=229009 TEST=none TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/22403003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220623 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
We were missing some expected calls which caused noise in the test output about unexpected function calls happening. R=piman BUG=263389 Review URL: https://chromiumcodereview.appspot.com/23621015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220621 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
The loop to remove entries seemed a bit silly going through both lists; it's a bit more clear to do it on the merged set. R=rdsmith,pliard BUG=None Review URL: https://chromiumcodereview.appspot.com/22430014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220618 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
and check them to see if audio processing should be applied. Previously this check was just being based on a device id being empty or not, which doesn't do the right thing for WebAudio. BUG=277134 Review URL: https://chromiumcodereview.appspot.com/23171026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220617 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/23583023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220616 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
Fixes memory leaks. BUG=278187 R=gavinp Review URL: https://chromiumcodereview.appspot.com/22882009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220615 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/19579005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220612 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
The example code in the comments in this header file doesn't compile. This CL corrects the sample code to actually work. Review URL: https://chromiumcodereview.appspot.com/23494012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220611 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
-also allow extensions to be loaded via --load-extension -change useExistingBrowser to debuggerAddress BUG=chromedriver:488 Review URL: https://chromiumcodereview.appspot.com/23643005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220610 0039d316-1c4b-4281-b951-d872f2087c98
-
beaufort.francois@gmail.com authored
BUG=282303 Review URL: https://chromiumcodereview.appspot.com/23820003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220609 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Move AlterEnvironment to base/environment.h, implement on Windows. This re-implements the Posix version to be more like the Windows version and to share some parsing code. The new version will be somewhat slower due to some extra mallocs, but is shorter and more clear. I didn't want to implement a super optimized version on Windows, and the alternative would be to keep the new Windows version and the old Posix version in parallel which seemed less desirable. This changes the input from a vector to a map and just adds the map on the LaunchOptions rather than requiring the caller to set a pointer. This cleans up the callsites somewhat. BUG= R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/22750002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220608 0039d316-1c4b-4281-b951-d872f2087c98
-
tomhudson@chromium.org authored
If we have no image decode tasks, we don't need to do all the tile and layer management to identify which are unnecessary. 200% speedup on manage_tiles_*_0, 25% speedup on manage_tiles_*_100. Thanks to Sami for the suggestion. BUG=282412 R=reveman@chromium.org,vmpstr@chromium.org CC=skyostil@chromium.org Review URL: https://chromiumcodereview.appspot.com/23495013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220607 0039d316-1c4b-4281-b951-d872f2087c98
-
rmcilroy@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/23112028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220606 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220605 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-