- 10 Jan, 2014 40 commits
-
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244180 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=267514 Review URL: https://codereview.chromium.org/119963004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244178 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
As transient logic has been moved outside of aura it doesn't make sense for these methods to be in WindowObserver anymore. Instead they have been added to TransientWindowManager. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/132013004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244176 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
Add synthetic delay points for simulating long computation in the following parts of the graphics/input pipeline: 1. blink.HandleInputEvent - Expensive JavaScript input event handling. 2. cc.RasterRequiredForActivation - Long running raster tasks. 3. cc.BeginMainFrame - Complex main thread picture recording, layout or rAF. 4. gpu.AsyncTexImage - Slow texture uploads. 5. gpu.SwapBuffers - GPU-bound rendering. BUG=307841 Review URL: https://codereview.chromium.org/83183005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244175 0039d316-1c4b-4281-b951-d872f2087c98
-
jkarlin@chromium.org authored
which caused a crash. The revision associated with the cl: 243568 The cl that caused the issue: cl/122453002 BUG=333132 Review URL: https://codereview.chromium.org/133663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244174 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=333244 TBR=hclam@chromium.org Review URL: https://codereview.chromium.org/133743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244173 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
The PSL matching seems to work already on Windows, because it only depends on the platform-independent parts of login_database.cc. After manually verifying that it works (with a Release ToT build), I'd like to enable it on trunk in this CL. I will make sure that this change does not propagate to beta and stable before it passes all the reviews in the launch bug (linked from the BUG below). BUG=324291 Review URL: https://codereview.chromium.org/131683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244172 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=316496 Review URL: https://codereview.chromium.org/128433006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244171 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG=317523 Review URL: https://codereview.chromium.org/133533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244170 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/132503002/mek@chromium.org authored
Reason for revert: This seems to cause WebRtcBrowserTest to fail on Win7 debug bots TBR=piman@chromium.org,fischman@chromium.org,danakj@chromium.org NOTREECHECKS=true NOTRY=true BUG=270918 Review URL: https://codereview.chromium.org/134003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244169 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
TBR=rjkroege@chromium.org NOTRY=true BUG= Review URL: https://codereview.chromium.org/134053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244168 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=316496 R=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/132313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244167 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=330105 R=zhaoqin@chromium.org Review URL: https://codereview.chromium.org/131403005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244166 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244165 0039d316-1c4b-4281-b951-d872f2087c98
-
dongseong.hwang@intel.com authored
r243376 Correct gyp toolsets for all combinations of want_separate_host_toolset and use_system_icu. BUG=N/A Review URL: https://codereview.chromium.org/133533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244164 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG=317523 Review URL: https://codereview.chromium.org/131833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244163 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=316496 Review URL: https://codereview.chromium.org/128783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244162 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This adds the BUILD.gn file so GN can generate the ninja files for this third_party project. BUG=None TEST=gn, ninja -C out/Default libpng R=brettw@chromium.org Review URL: https://codereview.chromium.org/123613008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244161 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
This goes from 10% to 25% . Over Jan 9 we got 13 jobs per builder with no problems. BUG=317931 R=joi@chromium.org Review URL: https://codereview.chromium.org/133603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244160 0039d316-1c4b-4281-b951-d872f2087c98
-
aberent@chromium.org authored
The platform independent C++ code for TraceEvent has always been in base. This CL moves the Android specific code into base to match. This CL is needed now since trace is used by the Android library loader, which is moving out of content. Review URL: https://codereview.chromium.org/131553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244153 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
cc_unittests that do not need a real OpenGL context use a stubbed-out context provided by cc::TestGLES2Interface that forwards to a cc::TestWebGraphicsContext3D stub that is subclassed by various unit tests. This makes cc::TWGC3D no longer subclass blink::WebGraphicsContext3D to cut down on the blink dependency. This will enable moving the test code to derive from TestGLES2Interface more directly down the road to cut out the intermediates. One subtle consequence of this change is that now that no class in the blink namespace is in the inheritance chain for the test context subclasses, the clang checker now requires OVERRIDE annotations. BUG=181120 Review URL: https://codereview.chromium.org/126973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244152 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Recent regression broke restoring the gallery view after crash. This patch fixes this issue. Along the way restoring archives has been removed, since the implementation is not reliable. TEST=Tested manually. BUG=333136 Review URL: https://codereview.chromium.org/133233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244151 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This happened in an error code path rarely exercised which is why it didn't show up very often. BUG=332403 R=bulach@chromium.org Review URL: https://codereview.chromium.org/132053003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244149 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
Original Review: https://codereview.chromium.org/113363004/ Current PPB_FileRef.MakeDirectory returns PP_OK if a directory exists on the given path. This makes it difficult to create POSIX compatible API on top of PPAPI. This change introduces new PPB_FileRef.MakeDirectory as dev channel API. That makes a new directory according to the given PP_MakeDirectoryFlags values. The flags provide exclusive operation option. If exclusive flag is specified and a directory exists on the given path, the function fails and returns PP_ERROR_FILEEXISTS. BUG=314879 TEST=browser_tests TBR=dmichael@chromium.org,yzshen@chromium.org,tsepez@chromium.org Review URL: https://codereview.chromium.org/131403004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244148 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
Also print a clear "SUCCESS" message on success. BUG=236893 R=sky@chromium.org Review URL: https://codereview.chromium.org/131663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244147 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG=317523 Review URL: https://codereview.chromium.org/131573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244146 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
On some bots, the USB restart fails, but some devices come back online shortly afterwards. Rather than completely shortcut, wait for at least one device to be alive. BUG=332356 TBR=navabi@chromium.org Review URL: https://codereview.chromium.org/128083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244145 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL implements the mechanism to pass an irt querying function to the plugin process via AT_SYSINFO. Also, as the first step to implement many irt functions for non-SFI mode, this CL introduces nacl_irt_basic. BUG=https://code.google.com/p/nativeclient/issues/detail?id=3734 TEST=Tried to call a newly added function from plugin via AT_SYSINFO. Review URL: https://codereview.chromium.org/125533004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244144 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244143 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
Chromium base revision: 243961 / bd289817 Old Skia revision: 12947 New Skia revision: 13002 Control CL: https://codereview.chromium.org/131503003 This CL was created by Skia's roll_deps.py script. R=reed@google.com Review URL: https://codereview.chromium.org/132523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244142 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244141 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=164836:164850&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/133453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244140 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This interface is intended for embedders to supply to the Signin component. It had been created during an earlier aborted effort to componentize Signin. BUG=332107 TBR=joi Review URL: https://codereview.chromium.org/132083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244139 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
We a redirect commits, we should take the referrer policy from the request we actually send and not from the one we intended to send. Also, when the renderer tells the browser about a new navigation, always update the referrer together with the URL Depends on https://codereview.chromium.org/126753002/ in blink BUG=331941 R=nasko@chromium.org TEST=browser_tests:ReferrerPolicyTest.* Review URL: https://codereview.chromium.org/128173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244138 0039d316-1c4b-4281-b951-d872f2087c98
-
eustas@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/60733028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244137 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
Previously, the "Close Window" item is copied from Chrome's "File" menu. However, the key equivalent of this item changes between Cmd+Shift+w and Cmd+w depending on whether a tabbed window has focus. This happens in -[AppControllerMac adjustCloseWindowMenuItemKeyEquivalent:]. This causes a bug when the item in the app's menu does not match the one in Chrome's. OSX will remove the keyboard shortcut for any items that have a matching title but different key equivalents. In this CL, the key equivalent is always set to Cmd+w in the app's menu. The "Close Window" item in Chrome will be changed to Cmd+w when an app window gains focus. Duplicate items are allowed to share a key equivalent if their titles match. BUG=302117 Review URL: https://codereview.chromium.org/130673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244133 0039d316-1c4b-4281-b951-d872f2087c98
-
posciak@chromium.org authored
In preparation for wider usage in media code, move the H.264 parser and reader classes to media/filters from GPU-accelerated media locations, and into the media namespace. These classes have only been, up to now, used by hardware decode accelerators. Also, move their unittests along and make them a part of media_unittests, demoting H264ParserUnittest from being a standalone executable. While it was designed to be run on a set of streams from commandline, it should make more sense to run it more regularly (if only on just one stream), together with media tests, to prevent basic regressions, if it's to be used more widely than only in CrOS hardware acceleration classes. BUG=None TEST=Build VAVDA and vdaunittest for x86, build EVDA, vdaunittest and veaunittest for ARM. Also build and run media_unittests for both. Review URL: https://codereview.chromium.org/119153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244132 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This was asssuming that the visibile area has 0,0 origin. Move the code to ensure minimum visibility when added, from WorkspaceLayoutManager to DragWindowResizer. BUG=none TEST=WindowUtilTest.AdjustBoundsToEnsureWindowVisibility. This also fixes the test that was failing. TBR=oshima@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243986 Review URL: https://codereview.chromium.org/106303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244131 0039d316-1c4b-4281-b951-d872f2087c98
-
jinsukkim@chromium.org authored
Android Media player, by default, uses its own user agent string in the format of "stagefright/1.2 (Linux; Android x.x)" when sending out requests. This CL changes it to that of Chrome for Android when the media player instance is hosted by Chrome for Android (or ChromiumWebView) to make the UA used across the browser and its media source consistent. R=qinmin@chromium.org BUG=332344 Review URL: https://codereview.chromium.org/130363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244130 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
In one case, the packet was seemingly buffered, and then discarded, but asynchronously sent (needlessly). We can just return, and not track the packet since it definately won't have its contents retransmitted. In the other case it appears that the packet was sent, containing a retransmission of previously sent frames. Unfortunately that resend was write-blocked, and while waiting, the original packet was acked, which lead to removing the list of retransmittable frames from that latter (write-blocked) packet. An assertion was then failing when the packet was sent, as it was expected to be retransmittable, but had no retransmittable frames. R=ian,rch BUG=332631 Review URL: https://codereview.chromium.org/133243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244129 0039d316-1c4b-4281-b951-d872f2087c98
-