- 21 Jul, 2014 40 commits
-
-
brettw@chromium.org authored
This should be everything except tests and examples. R=bbudge@chromium.org Review URL: https://codereview.chromium.org/403023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284451 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/406683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284450 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/366383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284449 0039d316-1c4b-4281-b951-d872f2087c98
-
wfh@chromium.org authored
Set dump_without_crashing_function_ in chrome.dll with value of exported chrome!DumpProcessWithoutCrash. BUG=391974 TEST=chrome://crashdump and verify crash dump appears and tab does not crash TBR=darin@chromium.org Review URL: https://codereview.chromium.org/371073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284448 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=82385 R=rnk@chromium.org TBR=jochen Review URL: https://codereview.chromium.org/405123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284447 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
In preparation for the eventual removal of RootView::DispatchGestureEvent(), move an early return out of this function and into RootView::OnEventFromSource(). This condition ignores any gesture-scroll events which were not preceded by a ui::ET_GESTURE_SCROLL_BEGIN event. BUG=353641 TEST=Tested by WidgetTest.GestureScrollEventDispatching Review URL: https://codereview.chromium.org/406683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284446 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
Pepper plugins' requests are piped through Blink's Fetch implementation, giving us the opportunity to make policy decisions about whether or not they should be allowed by CSP or Mixed Content (we're currently not using this ability). In order to make these decisions, we need to know that the request is for data a plugin is requesting, as opposed to a plugin itself. This patch adds that detail to PPAPI's URL-requesting logic. BUG=390497 Review URL: https://codereview.chromium.org/409563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284445 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
In theory, as of r284372 all our bots should support using C++11 language features in target builds. (Build targets that are needed in host binaries still can't use it yet, and library features can't be used yet either, see https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/2RzwrIxnvqM ). To test this theory, use a C++11 feature in a file that should be used on most platforms. If this causes problems in many places, this is easy to revert. If your bot can't deal with this, please let me know! BUG=none Review URL: https://codereview.chromium.org/385743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284444 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
Similar to 283576 (was probably copy-pasted). BUG=none NOTRY=true Review URL: https://codereview.chromium.org/403073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284442 0039d316-1c4b-4281-b951-d872f2087c98
-
bratell@opera.com authored
By adding --pak out/Release/content_shell.pak at the command line the contents of it will be added to the visual output. BUG=370383 Review URL: https://codereview.chromium.org/380693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284440 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=387614 TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/398823009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284439 0039d316-1c4b-4281-b951-d872f2087c98
-
leng@chromium.org authored
Adds IsVisible() function to PermissionBubbleView so that the browser window knows if it is currently being shown. It's added to the base class, rather than just the cocoa implementation, because similar functionality will likely be used for views in the future. Adds alwaysShowDropdown property to the PresentationModeController. When set to YES, it disables hiding of the dropdown - toolbar and tab strip. Also adds a hack to ensure the UI is drawn correctly when entering fullscreen mode. Specifically, for the duration of the animation, the top-level view for the browser window has setWantsLayer set to YES. Without this, tabStripView is not rendered into the destination frame for the animation. (It is a sibling of the content view, not a subview, and I believe that the non-layer-based render path bypasses it when the animation begins.) I could not come up with any other mechanism to fix this, and without it, fullscreen looks quite bad - the toolbar displays properly, but the tab strip is missing. BUG=384260 Review URL: https://codereview.chromium.org/390503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284438 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Reenables SSLUITest.TestWSSClientCert BUG=159985, 329735, 210525 R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/406553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284432 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Before this value wasn't set at all leading to crashes of the test server if tsls_client_auth was enabled. BUG=NONE TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/407653005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284431 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@chromium.org authored
Add sample extension code for the new Tabs Zoom API. BUG=none Review URL: https://codereview.chromium.org/398823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284430 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=387614 R=bauerb@chromium.org, oshima@chromium.org TBR=tony@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284417 Review URL: https://codereview.chromium.org/400973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284429 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
The deadline scheduler in the Chrome compositor relies on runtime estimations of various stages in the rendering pipeline. This patch adds the actual and estimated runtimes of these stages to RenderingStats so they will be available in tracing output. This will allow us to tune the estimators. BUG=243459 Review URL: https://codereview.chromium.org/363003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284428 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This doesn't use the dynamic library loader if the SDK has libxpc.dylib, and instead just relies on libSystem to load it. BUG=395364 R=mark@chromium.org Review URL: https://codereview.chromium.org/403193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284427 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
BUG=394028 TBR=eugenis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/405933004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284426 0039d316-1c4b-4281-b951-d872f2087c98
-
bratell@opera.com authored
Inlining the assignment and copy constructor for a class like ExplodedFrameState exploded the machine code in stl::vector. gcc: Total change: -14969 bytes ========================== 2 added, totalling +504 bytes across 1 sources 1 removed, totalling -3387 bytes across 1 sources 0 added, totalling 0 bytes across 0 sources 3 shrunk, for a net change of -12086 bytes (14716 bytes before, 2630 bytes after) across 2 sources It also helps for clang which normally ignores programmers hints to inline anyway: clang: Total change: -918 bytes ======================== 1 added, totalling +263 bytes across 1 sources 3 removed, totalling -1098 bytes across 2 sources 2 grown, for a net change of +161 bytes (1822 bytes before, 1983 bytes after) across 1 sources 1 shrunk, for a net change of -244 bytes (1401 bytes before, 1157 bytes after) across 1 sources BUG= Review URL: https://codereview.chromium.org/400923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284424 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
This change: - allows for proper docking testing (including toolbox); - removes all test friends from DevToolsWindow; - unifies testing approach to use load callback instead of notifications; - adds simple toolbox tests. BUG=393566 Review URL: https://codereview.chromium.org/395783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284423 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
(No semantic change.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284422 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284421 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Please reply to the V8 sheriff svenpanne@chromium.org in case of problems. TBR=svenpanne@chromium.org Review URL: https://codereview.chromium.org/407733005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284420 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
> Move default user profile images strings and resources out of src/chrome. > > BUG=387614 > R=bauerb@chromium.org, oshima@chromium.org > TBR=tony@chromium.org > > Review URL: https://codereview.chromium.org/400973002 TBR=nkostylev@chromium.org Review URL: https://codereview.chromium.org/408833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284419 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=387614 R=bauerb@chromium.org, oshima@chromium.org TBR=tony@chromium.org Review URL: https://codereview.chromium.org/400973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284417 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
There had some CLs landed before to try fixing the flakiness of those webrtc tests on Android bot. But since the flakiness only happens on bots but not locally, so I enabled it again to see if those CLs help or not. If any of the WebRTC tests still flake on bots, this CL should be reverted. BUG=343604 TEST=bots Review URL: https://codereview.chromium.org/408463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284413 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
Blink doesn't use the arguments anymore, the promise is always resolved with undefined. BUG=162827 Review URL: https://codereview.chromium.org/406883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284412 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/401213002/dgozman@chromium.org authored
Reason for revert: This patch seems to break CastStreamingApiTestWithPixelOutput.EndToEnd. http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29/builds/32598/steps/browser_tests/logs/EndToEnd Original issue's description: > Cast: Log playout delay from receiver > > The last refactoring in RTCP handling dropped the playout delay from > receiver. This change adds it back. > > TBR=miu > BUG=393042 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284395 TBR=miu@chromium.org,hclam@chromium.org NOTREECHECKS=true NOTRY=true BUG=393042 Review URL: https://codereview.chromium.org/401273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284411 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284410 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178532:178539&mode=html TBR=johnme@chromium.org,pkasting@chromium.org BUG= Review URL: https://codereview.chromium.org/405083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284409 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
Believe it or not, but the extraneous whitespace is confusing the JNI generator resulting in UnsatisfiedLinkError at runtime. TBR=jdduke@chromium.org BUG=395574 Review URL: https://codereview.chromium.org/408833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284408 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
BUG=394028 TBR=eugenis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/408823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284407 0039d316-1c4b-4281-b951-d872f2087c98
-
cmasone@chromium.org authored
This target was initially defined in mojo_public.gypi, but it depends on code outside of mojo/public. Move it to mojo.gyp, where the target for code in the adjacent directory (mojo/bindings/js) is defined. BUG=None TEST=trybots Review URL: https://codereview.chromium.org/403803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284405 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Alter Label's API to support a RenderText implementation. This has minimal functional changes to Label for now. The Label rewrite to use RenderText will land separately. Remove the generally unused Label::SetDirectionalityMode. We should always use the text's directionality anyway. (it seems like this was the case even for *FROM_UI...) Also remove views::LabelButton::SetDirectionalityMode. Fix LabelButton mutli-line preferred sizing and layout. Add RenderText flag to swap newline chars for symbols. (We don't want that for multi-line views::Label layout) Add GetCurrentHorizontalAlignment ALIGN_HEAD helper. Expose ElideBehavior and ShadowValues accessors. Set the styles of the argument FontList in SetFontList. (this is how Label transmits style information for now) Fix partial-pixel treatment for centered alignment. Update Message Center's InnerBoundedLabel Label subclass. (minimal changes to keep it working with older paint path) BUG=240037 TEST=Negligible appearance changes (better multi-line label centering). R=sky@chromium.org,asvitkine@chromium.org Review URL: https://codereview.chromium.org/23228004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284401 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
This adds a Connect method to SerialService and a new partly complete Connection interface. This change includes methods for: - setting connection options - getting connection info - setting host control signals - getting device control signals - flushing buffers BUG=389016 Review URL: https://codereview.chromium.org/401563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284399 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284398 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178530:178531&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/401223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284397 0039d316-1c4b-4281-b951-d872f2087c98
-
shiliu.wang@intel.com authored
This is for compliance with ScreenOrientation (https://w3c.github.io/screen-orientation). When unlock screen orientation, it should lock the orientation to default orientation. Previous implementation is to set the orientation to "unspecified", which is not fully aligned with spec. Instead, read the configuration from the activity metadata in AndroidManifest.xml and set the orientation accordingly. BUG=394214 Review URL: https://codereview.chromium.org/399553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284396 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
The last refactoring in RTCP handling dropped the playout delay from receiver. This change adds it back. TBR=miu BUG=393042 Review URL: https://codereview.chromium.org/401213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284395 0039d316-1c4b-4281-b951-d872f2087c98
-