- 29 Jan, 2015 40 commits
-
-
rickyz authored
BUG=413528 Review URL: https://codereview.chromium.org/890493002 Cr-Commit-Position: refs/heads/master@{#313674}
-
felt authored
Currently seeing a crash when two iframes from the same origin request the same permission. The issue arises because they have the same ID and therefore the same entry in the hash map, which makes the request_ptr destruct. This CL cancels the second (redundant) permission request. BUG=433877 Review URL: https://codereview.chromium.org/799783002 Cr-Commit-Position: refs/heads/master@{#313673}
-
mgiuca authored
This helps with debugging a TabbedPane views hierarchy as you can print the proper class names of Tabs and TabStrips inside. Review URL: https://codereview.chromium.org/889453004 Cr-Commit-Position: refs/heads/master@{#313672}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/5e88f46..61cdebe TBR=leviw@chromium.org,rjwright@chromium.org Review URL: https://codereview.chromium.org/890453003 Cr-Commit-Position: refs/heads/master@{#313671}
-
raymes authored
BUG=450908 Review URL: https://codereview.chromium.org/861343005 Cr-Commit-Position: refs/heads/master@{#313670}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/34bc400..5e88f46 TBR=leviw@chromium.org,rjwright@chromium.org Review URL: https://codereview.chromium.org/886513003 Cr-Commit-Position: refs/heads/master@{#313669}
-
newt authored
The infobar container became non-scrollable because InfoBarContainer now ignores all touch events in InfoBarContainer.onTouch(). These touch events need to be swallowed to prevent them from reaching the webpage, but they should be swallowed in ContentWrapperView, not in InfoBarContainer, so that InfoBarContainer (which extends ScrollView) can be scrolled. The offending CL: https://codereview.chromium.org/824763002 BUG=453103 Review URL: https://codereview.chromium.org/872113003 Cr-Commit-Position: refs/heads/master@{#313668}
-
rsadam authored
BUG=450050 Review URL: https://codereview.chromium.org/828063007 Cr-Commit-Position: refs/heads/master@{#313667}
-
kenobi authored
BUG=451934 Review URL: https://codereview.chromium.org/879913005 Cr-Commit-Position: refs/heads/master@{#313666}
-
sammc authored
Previously, calling postMessage from an isolated world would use that world's context for calling the proxy frame's postMessage(). This resulted in "Illegal invocation" errors. This CL avoids this problem by using the main world script context when calling postMessage on the proxy frame. BUG=453184 Review URL: https://codereview.chromium.org/861073004 Cr-Commit-Position: refs/heads/master@{#313665}
-
mseaborn authored
Since I removed the IRT's calls to NaClSrpcModuleInit() and NaClPluginLowLevelInitializationComplete(), the IRT no longer depends on SRPC. BUG=https://code.google.com/p/nativeclient/issues/detail?id=3864 TEST=build Review URL: https://codereview.chromium.org/878623004 Cr-Commit-Position: refs/heads/master@{#313664}
-
sievers authored
In addition to the extensions also parse GL/GLES version information from the headers (hence add a few fresh headers). Instead of brute-forcing binding in somewhat unclear order make all dynamic bindings very specifically conditional to the GL version or extension, given the precise name. If a function is not available, then leave function pointer set to NULL so it will generate a crash (report). (Previously it might have ended up as 0 or with whatever valid or not valid pointer GetProcAddr() returned - i.e. GetProcAddr returning something does not imply the functionality is there.) The version also includes whether it is GLES or not which means we won't look up functions on GLES anymore that are specific to desktop or vice versa. Update gpu_unittests so that they are very specific to what extensions they need (otherwise they might end up calling the _NotBound fallback). Also make WGL/GLX/EGL/MESA bindings all happen rightaway since they don't depend on a context. BUG=438742,325668 Review URL: https://codereview.chromium.org/871763002 Cr-Commit-Position: refs/heads/master@{#313663}
-
yukishiino authored
Makes sure that a WebView as RenderProcessHostObserver is removed from RenderProcessHost's observer list when RenderProcessHost exits. BUG=290701 Review URL: https://codereview.chromium.org/878383002 Cr-Commit-Position: refs/heads/master@{#313662}
-
hirono authored
The line is specified for the hidden redu button does not affect layout of other buttons, but it removes the button from the layout even if the button is visible, and it causes overlapping of the buttons. Actually we can remove the line because hidden items are specified display: none; in Gallery. BUG=450186 TEST=None Review URL: https://codereview.chromium.org/866893004 Cr-Commit-Position: refs/heads/master@{#313661}
-
rouslan authored
Show the keyboard switcher icon on the right edge of the navigation bar when two or more IMEs are enabled and a physical keyboard is connected. BUG=452543 Review URL: https://codereview.chromium.org/879403003 Cr-Commit-Position: refs/heads/master@{#313660}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/9903025..34bc400 TBR=leviw@chromium.org,rjwright@chromium.org Review URL: https://codereview.chromium.org/885783003 Cr-Commit-Position: refs/heads/master@{#313659}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/52f401e..9cc2f26 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=fmalita@google.com Review URL: https://codereview.chromium.org/890463002 Cr-Commit-Position: refs/heads/master@{#313658}
-
b.kelemen authored
Multiple friend declaration is causing warning with gcc 4.8.2 (at least). Review URL: https://codereview.chromium.org/874933003 Cr-Commit-Position: refs/heads/master@{#313657}
-
newt authored
For an image that's already optimized, aapt crunch typically increases the image size. In this case, we now use the original image instead of the crunched image. 9-patches, however, must always be crunched, since crunching adds important metadata to the file. Currently, this saves 50KB, but has the potential to save up to 300KB once we optimize all the images in the codebase. BUG=407781 Review URL: https://codereview.chromium.org/867483005 Cr-Commit-Position: refs/heads/master@{#313656}
-
ariblue authored
BUG=452266 Review URL: https://codereview.chromium.org/880423002 Cr-Commit-Position: refs/heads/master@{#313655}
-
mikhal authored
This CL enables using the ALAC codec within the media pipeline. This does not add ALAC support, as the ALAC codec is not part of the current build. BUG=441343 Review URL: https://codereview.chromium.org/881603002 Cr-Commit-Position: refs/heads/master@{#313654}
-
fmalita authored
Speculative fix for http://crbug.com/451401. BUG=451401 R=reed@google.com,jbroman@chromium.org Review URL: https://codereview.chromium.org/881343004 Cr-Commit-Position: refs/heads/master@{#313653}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d0e8386..9903025 TBR=leviw@chromium.org,rjwright@chromium.org Review URL: https://codereview.chromium.org/863903003 Cr-Commit-Position: refs/heads/master@{#313652}
-
fukino authored
Changes are: - Changed layout of grid view. - Made thumbnails fill entire item area. - Use check marks to indicate selected items. BUG=402344 TEST=run browser_tests Review URL: https://codereview.chromium.org/885653002 Cr-Commit-Position: refs/heads/master@{#313651}
-
qyearsley authored
Reason: We don't want to destroy local uncommited changes when running tests. One solution was to mock bisect_utils.GitRun -- doing that caused the course of the run to change, making it so that there were no results (since git log is used to get a list of revisions, even for the dry run). So if we want to solve this problem by mocking git, we should replace it with a fake RunGit that returns different canned values depending on what the input is. The advantage of stash/apply is that its simpler, but it's also a little bit slower than the above way. BUG= Review URL: https://codereview.chromium.org/847393004 Cr-Commit-Position: refs/heads/master@{#313650}
-
jamiewalch authored
BUG=452230 Review URL: https://codereview.chromium.org/883123002 Cr-Commit-Position: refs/heads/master@{#313649}
-
cjhopman authored
Picked up changes: 197d576 Delete a bunch of gwt test environment-specific things ae707d0 Remove DomToSaxVisitor and rename some classes e8b2fcd Add a WebDocument class 52c4790 Support verbose output in jstest ac006fe Remove ant target "test.dev" and "test.prod" 7db0bf4 Trim trailing spaces in java source code 0338d85 Fix all invalid URLs in tests 2489c81 Fix "Support test.filter for jstests" 442f8ee Reorganize all the code in the project. 2044b6f Support test.filter for jstests ddb81f8 Disable some tests in PagingLinksFinderTest 82f505c Move PagingLinksFinderTest from test/ to jstest/ 2f9ec7d Add a devtools panel to inject extraction script into the inspected window 9962247 Remove BoilerpipeProcessingException and other unused things. 491c7ce Use pre-compiled regexes for many things in PagingLinksFinder e26e5ff Fix "Move ElementActionTest and TextBlockBuilderTest from test/ to jstest/" 6893a1a Move ElementActionTest and TextBlockBuilderTest from test/ to jstest/ 6a97c63 Add util/TextBlockBuilderTest into DomDistillerTestSuite d331041 Fix ElementActionTest BUG=440102,440977 Review URL: https://codereview.chromium.org/884323002 Cr-Commit-Position: refs/heads/master@{#313648}
-
isherman authored
BUG=none TEST=none R=piman@chromium.org, tengs@chromium.org, xiyuan@chromium.org Review URL: https://codereview.chromium.org/887553002 Cr-Commit-Position: refs/heads/master@{#313647}
-
wtc authored
The third_party/opus/src CL is https://codereview.chromium.org/882843002. Support MIPS optimizations in opus. R=henrika@chromium.org,sergeyu@chromium.org BUG=452984 Review URL: https://codereview.chromium.org/865853005 Cr-Commit-Position: refs/heads/master@{#313646}
-
rdevlin.cronin authored
Since browser actions that are hidden are now just overflowed to the wrench menu, we don't really need the show button anymore. BUG=453152 Review URL: https://codereview.chromium.org/879213005 Cr-Commit-Position: refs/heads/master@{#313645}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b02f7f1..d0e8386 TBR=leviw@chromium.org,rjwright@chromium.org Review URL: https://codereview.chromium.org/881633004 Cr-Commit-Position: refs/heads/master@{#313644}
-
jfroy authored
This patch adds EmitFrames() to VideoEncoder. The method is documented as indicating that the encoder should produce all the frames that it may be buffering for analysis. This patch modifies VideoSender::InsertRawVideoFrame() to call EmitFrames() when a frames is dropped because the in-flight frames duration exceeds the target playout delay. This patch provides an implementation of EmitFrames() for the VideoToolbox H.264 encoder, which buffers frames for analysis as described in the bug. It also uses the existing max_number_of_video_buffers_used field in VideoConfig to set the upper bound on the encoder's frame window. BUG=450798 R=hclam, miu, DaleCurtis, Robert Sesek Review URL: https://codereview.chromium.org/863083002 Cr-Commit-Position: refs/heads/master@{#313643}
-
abarth authored
Launching Mojo apps on Android is slow because we keep the network cache in memory, which means we lose it every time we launch MojoShell. After this CL, we use a disk cache on Android. Note: We still use a memory cache on desktop because we want to be able to run many instances of mojo_shell in parallel on desktop for testing. R=jamesr@chromium.org BUG=452226 Review URL: https://codereview.chromium.org/883073003 Cr-Commit-Position: refs/heads/master@{#313642}
-
Ryan Sleevi authored
BUG=69557, 147116, 156816, 371734, 436102, 439948, 444504 TEST=Test each of the URLs listed in the diff (Linux or Windows) and ensure EV status is granted. R=davidben@chromium.org Review URL: https://codereview.chromium.org/879183002 Cr-Commit-Position: refs/heads/master@{#313641}
-
jamescook authored
It fails on the official builders. NOTRY=true TBR=kjellander@chromium.org BUG=452623 Review URL: https://codereview.chromium.org/858153004 Cr-Commit-Position: refs/heads/master@{#313640}
-
yyanagisawa authored
If soname is used here, nm cannot find the file if non-default toolchain is used. Review URL: https://codereview.chromium.org/884663002 Cr-Commit-Position: refs/heads/master@{#313639}
-
jialiul authored
(1) make the tile of the denyButton adaptive, such that "Deny" will show on a mouse lock request instead of "Exit full screen." (2) add unittest to verify its behavior. XIB changes: * Remove the default deny button title IDS_FULLSCREEN_EXIT_FULLSCREEN. BUG=139944 Review URL: https://codereview.chromium.org/856253002 Cr-Commit-Position: refs/heads/master@{#313638}
-
jeremyim authored
BUG=374264 Review URL: https://codereview.chromium.org/884713004 Cr-Commit-Position: refs/heads/master@{#313637}
-
jbudorick authored
BUG=452961 Review URL: https://codereview.chromium.org/882093003 Cr-Commit-Position: refs/heads/master@{#313636}
-
tfarina authored
BUG=394382 R=avi@chromium.org Review URL: https://codereview.chromium.org/874073002 Cr-Commit-Position: refs/heads/master@{#313635}
-