- 06 Jun, 2014 40 commits
-
-
starodub@google.com authored
BUG= Review URL: https://codereview.chromium.org/314293004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275513 0039d316-1c4b-4281-b951-d872f2087c98
-
jgraettinger@chromium.org authored
SpdyFramer will accept them, and frame them if present. We may want to leave this for later SPDY versions, but certainly don't emit them in SPDY4. BUG=345769 Review URL: https://codereview.chromium.org/316983006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275512 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
not everything in the video frame is opaque. R=reed@google.com, sievers@chromium.org BUG=380680 Review URL: https://codereview.chromium.org/319133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275511 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3114 TEST=compile Review URL: https://codereview.chromium.org/322443007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275510 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
The previous code made it possible to try to access tabs prior to the session restore completing. This should make the benchmark much more deterministic. BUG=375979 Review URL: https://codereview.chromium.org/313923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275509 0039d316-1c4b-4281-b951-d872f2087c98
-
zeeshanq@chromium.org authored
|adb_gdb --su-prefix=su| wasn't working for me, so updating doc and script. BUG=337423 Review URL: https://codereview.chromium.org/315223005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275508 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
In the case of the reported crash, we doesn't set the transient parent, which means we cannot unregister the window observer. BUG=373522 R=erg@chromium.org TEST=see the bug Review URL: https://codereview.chromium.org/317303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275507 0039d316-1c4b-4281-b951-d872f2087c98
-
petermayo@chromium.org authored
R=phajdan.jr@chromium.org, oshima@chromium.org BUG=375537 TEST=Trybots Review URL: https://codereview.chromium.org/314863004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275506 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
This change makes each platform specific ChannelImpl into a subclass of Channel: ChannelPosix, ChannelWin, ChannelNacl. delegated functions are now virtual. TEST=none BUG=377980 R=darin@chromium.org, jam@chromium.org Review URL: https://codereview.chromium.org/310293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275505 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Encoding icons to urls for WebUI is expensive enough that we should do some basic caching to avoid redundant encoding calls. BUG=336385 Review URL: https://codereview.chromium.org/314183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275504 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
That use is both wrong (request IDs are global) and unnecessary since cert enrollment is not a multi-step process. There's some stub code and indirections for prompting to add a cert that's never actually used. Collapse it all to simplify things. Move other random things out of SSLTabHelper which is also no longer necessary. (If anything, this stuff should probably go through the downloads infrastructure to inherit all the user-gesture and throttling checks.) Also move the AddCertificate hook from render_view_id to render_frame_id. BUG=376003 TEST=Visit https://davidben.net/mixed-content-test.html; Click button. Lock icon should change to lock icon with warning. Review URL: https://codereview.chromium.org/302653006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275503 0039d316-1c4b-4281-b951-d872f2087c98
-
pbos@chromium.org authored
Pending move of CreateWebRtcMediaEngine() to webrtcmediaengine.cc. BUG=webrtc:1788 R=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/322433007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275502 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
FastPaint (which avoids creating a copy of video frames in the native pixel format) was enabled only for software compositing in the case where the render target was opaque (that is to say, wasn't enabled). This removes calls to our own pixel format conversion code that don't have exact equivalents in libYUV. BUG=369375 Review URL: https://codereview.chromium.org/314833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275501 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
Also fixed bug in ChromeResourceDispatcherHostDelegate where it was using the wrong URL when detecting whether to add a policy header to a redirect (yay for tests). BUG=378729 Review URL: https://codereview.chromium.org/303993005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275498 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275496 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r13282: (hamaji) Non-SFI Mode: Handle args and envp in entry_linux.c r13283: (hamaji) Remove FUN_TO_VOID_PTR in nc_thread.c r13284: (jfb) Update revision for PNaCl r13261->r13281 r13285: (dyen) Fix for incorrect indentation causing windows to not update cygwin. r13286: (mseaborn) Cleanup: Fix dlmalloc/malloc.c to compile with -Wstrict-prototypes r13287: (mcgrathr) Update x86 and ARM newlib toolchains r13288: (dyen) When validating git repositories, also check if the repository is empty. r13289: (bradnelson) Turn annotator tags for toolchain_build back on by default. r13290: (sehr) Create NaCl Android trybots r13291: (dyen) Toolchain building now utilizes a git cache to share git objects. r13292: (mcgrathr) toolchain_build: Add suffix to buildbot test step names r13293: (binji) Update PNaCl newlib r13294: (hamaji) Non-SFI Mode: Add thread support to libnacl_sys_private r13295: (hamaji) Work-around a false alarm from cpplint by defining a typedef BUG=none TEST=browser_tests and nacl_integration Review URL: https://codereview.chromium.org/319113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275495 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadv@chromium.org authored
Bisect bots creates binaries under build/bisect, where as logcat where searching for binaries and other related file under build/src. Now we look for files under build/bisect on bisect bots. BUG=381377 NOTRY=true Review URL: https://codereview.chromium.org/317993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275494 0039d316-1c4b-4281-b951-d872f2087c98
-
dxie@chromium.org authored
We are not building browser_tests in official > Add browser_tests.exe to list of files archived for Windows builds. > > This is following up from CL: https://codereview.chromium.org/302403003/ > > BUG=379986 > > Review URL: https://codereview.chromium.org/316803003 TBR=anandc@chromium.org Review URL: https://codereview.chromium.org/311393003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275493 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=373314 R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/324463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275492 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
API Proposal http://goo.gl/V7xcu3 BUG=374383 R=binji@chromium.org, dmichael@chromium.org, mpearson@chromium.org, piman@chromium.org, raymes@chromium.org, yzshen@chromium.org Review URL: https://codereview.chromium.org/292523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275490 0039d316-1c4b-4281-b951-d872f2087c98
-
nsatragno@chromium.org authored
This change makes possible to use the arrow keys to move in Overview Mode across windows. It also raises an a11y event to notify a disabled user of the selection on the window. However, since currently there's no support for that, we fake the labels to appear as windows for the a11y framework. Multi monitor is supported. More tests to follow in a future patch. TEST=WindowSelectorTest.BasicArrowKeyNavigation BUG=291151 Review URL: https://codereview.chromium.org/251103005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275489 0039d316-1c4b-4281-b951-d872f2087c98
-
bruthig@chromium.org authored
BUG=368710 BUG=368669 Test=MaximizeModeControllerTest.AllowsVolumeControl Test=EventRewriterTest.TestRewriteFunctionKeys Review URL: https://codereview.chromium.org/286103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275488 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
Change PerformActionAndWaitForNavigate to WaitForNavigate. BUG=361809 Review URL: https://codereview.chromium.org/317913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275487 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Abstract the media galleries controller interfaces (permissions and scan result dialogs) and use it for the permission dialog. Scan result dialog will use it in a follow up CL: https://codereview.chromium.org/318733003/ BUG=NONE Review URL: https://codereview.chromium.org/310383004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275486 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275485 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Includes the following CLs: Update to NSS 3.16.2 Beta 3. https://codereview.chromium.org/319593003/ Fix compiler error with -Werror,-Wpointer-sign https://codereview.chromium.org/316353002/ Add the patch file for r275283. https://codereview.chromium.org/317293002/ R=rsleevi@chromium.org BUG=380925 Review URL: https://codereview.chromium.org/317803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275484 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/313233004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275483 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/307333003/jochen@chromium.org authored
Reason for revert: Still referenced from blink Original issue's description: > Remove now obsolete checkdeps copy > > BUG=none > R=brettw@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275419 TBR=brettw@chromium.org NOTREECHECKS=true NOTRY=true BUG=none Review URL: https://codereview.chromium.org/320043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275482 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
BUG=371692 NOTRY=true Review URL: https://codereview.chromium.org/298653011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275481 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=None R=mukai@chromium.org TBR=mukai@chromium.org Review URL: https://codereview.chromium.org/323573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275480 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
BUG=380782 R=rvargas@chromium.org Review URL: https://codereview.chromium.org/316013006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275479 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
When the browser compositor does a SwapBuffers to its output surface, take a lock on the compositor until that swap is displayed on the screen. This prevents the renderer from running ahead of the browser. If the renderer sends a new frame (it can send at most one), then track this event, and request redraw as soon as the lock is released. BUG=314190 Review URL: https://codereview.chromium.org/316103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275478 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=361156 Review URL: https://codereview.chromium.org/250383004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275477 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
BUG=381742 TBR=tonyg@chromium.org NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/320013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275476 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This adds the //ui/events/platform target and adds a dependency from //ui/gl R=sadrul@chromium.org Review URL: https://codereview.chromium.org/317823009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275474 0039d316-1c4b-4281-b951-d872f2087c98
-
jkarlin@chromium.org authored
BUG=378785 Review URL: https://codereview.chromium.org/301193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275473 0039d316-1c4b-4281-b951-d872f2087c98
-
achaulk@chromium.org authored
BUG=341554 TEST=unittests, manual feedback send from debug chrome build TBR=jochen for OWNERS Review URL: https://codereview.chromium.org/296173003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275472 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
It was using ProtocolHandlers, but it makes more sense for it to use the new URLRequestInterceptor class. BUG=146600 Review URL: https://codereview.chromium.org/300693005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275470 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
There isn't a mechanism for doing partial swaps of a CAOpenGLLayer on Mac. BUG=314190 Review URL: https://codereview.chromium.org/316173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275469 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=380378 TEST=Manual, see bug R=erg TBR=sadrul (For trivial change to ui/base/x/x11_util.h) Review URL: https://codereview.chromium.org/317273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275468 0039d316-1c4b-4281-b951-d872f2087c98
-