- 18 Nov, 2013 40 commits
-
-
cpu@chromium.org authored
Add edge gesture so you can easily go from fullscreen and back. Currently you can go into fullscreen via he wrench menu but cannot go out of fullscreen because the edge allowance is not enough. This btw the same behavior we have since m26 for metro. BUG=174738 Review URL: https://codereview.chromium.org/73063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235844 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
It has been replaced by RenderSurface::nearest_occlusion_immune_ancestor. Review URL: https://codereview.chromium.org/74923004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235843 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TBR=dewittj@chromium.org Review URL: https://codereview.chromium.org/75663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235842 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
This CL contains an encoder and decoder for the Mojo message IPC format. I've tested the encoder and decoder against each other, but I haven't yet tested them against the C++ implementation. I haven't tried to tune the encoder or decoder for performance. IMHO, we should work on that after getting correctness. The C++ code for JSTest.codec is a bit verbose because the C++ code need to load all the dependencies for codec_unittests.js. A better approach is to teach the system how to load dependencies from the file system, but I've left that for a future CL. BUG=317398 R=aa@chromium.org Review URL: https://codereview.chromium.org/69843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235838 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=davemoore@chromium.org, davemoore Review URL: https://codereview.chromium.org/75243005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235837 0039d316-1c4b-4281-b951-d872f2087c98
-
eranm@google.com authored
BUG=309578 Review URL: https://codereview.chromium.org/67073004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235836 0039d316-1c4b-4281-b951-d872f2087c98
-
caitkp@chromium.org authored
NOTRY=true BUG=318691 Review URL: https://codereview.chromium.org/75483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235835 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=119595 TBR=jeremy@chromium.org Review URL: https://codereview.chromium.org/69263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235834 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=318983 R=sbc@chromium.org Review URL: https://codereview.chromium.org/63573006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235833 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
R=oshima@chromium.org TBR=glider@chromium.org BUG=320113 Review URL: https://codereview.chromium.org/75543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235829 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
The WebPublicSuffixList API allows embedders to tell Blink about what constitutes a top-level domain. It is the source of truth that says that for google.co.uk, co.uk is the top-level domain, and not just .uk. Blink has, until now, been completely ignorant of this complication. This is the third part of a two-sided patch. The tests will be on the Blink side, landing as the fourth part of the two-sided patch (once this has landed on the chrome side). BUG=307407 Review URL: https://codereview.chromium.org/60893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235828 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This change switches over to use the new-style ChannelID extension. BUG=305951 Review URL: https://codereview.chromium.org/27589002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235826 0039d316-1c4b-4281-b951-d872f2087c98
-
cimamoglu@chromium.org authored
Not setting DPI causes a modal error dialog to be shown for Android printing code. Review URL: https://codereview.chromium.org/75273005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235825 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@chromium.org authored
Hopefully setting up the observer before loading the HTML will fix the flake. Not sure why I set things up in other order before =( In the test-fail logs, it looks like none of the Log events from JS are making it back to the test harness to print, but they are making it to the JS console. So, I'm assuming this is a sign that the observer isn't set up in time. BUG=315328 Review URL: https://codereview.chromium.org/63433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235824 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
Currently there's just one function exported, which checks the system timezone and returns a 2-character ASCII country code for it. BUG=303368 Review URL: https://codereview.chromium.org/26315008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235823 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
> Fix crash when locking a profile. The crash is happening because navigating to a URL triggers the signin header helper code. Since locking shouldn't actually do a Gaia logout, I'm removing all the code related to that. > > NOTRY-ing because it's been a week of "extension "RANDR" missing on display ":9" bot errors. > > BUG=NONE > TBR=pkasting@chromium.org > NOTRY=TRUE > > Review URL: https://codereview.chromium.org/64313005 TBR=noms@chromium.org Review URL: https://codereview.chromium.org/75483005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235822 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
This is the only change that needs to be made to Chrome (except for Blink changes, also small) to compile with gcc-4.4. One example of a distro that still uses it is RHEL 6. BUG=none R=erikwright@chromium.org Review URL: https://codereview.chromium.org/69813017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235821 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
Change the format of the data provided to PrivetLocalPrintOperationImpl to RefCountedBytes. Remove PrivetLocalPrintRequestPDF/PrivetLocalPrintRequestPWG. Have users provide PDF data consistently, and do conversin in the PrivetLocalPrintOperation. BUG=318373 Review URL: https://codereview.chromium.org/73503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235820 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=263527 TEST=none Review URL: https://codereview.chromium.org/70173007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235819 0039d316-1c4b-4281-b951-d872f2087c98
-
kalyan.kondapally@intel.com authored
This cl renames icon_loader_aurax11 as icon_loader_auralinux so that the same implementation can be used with Aura+Ozone on Linux. This fixes linking problems for Ozone platform. BUG= Review URL: https://codereview.chromium.org/74543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235817 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/74283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235816 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG=317523 Review URL: https://codereview.chromium.org/59673007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235815 0039d316-1c4b-4281-b951-d872f2087c98
-
pavely@chromium.org authored
The idea of this change is to only call Do***SyncSessionJob from single function TryJob and have all other functions in class call it. The hope is that maybe someday we'll call it asynchronously. Previously it would look like this: http://www.plantuml.com/plantuml/svg/ZP5HJiCm38RVSue-0jAkW0JRa8OGJCquGDQuRKPg5pUTbjkJfXfQrzBnvlZ_REUtfLFiaiLZygGFRUEsPAt1GWYPbQ1R2s-KAVlUwWAIHQ3EwPZPLBKTWYda34sPmdSBZRjHiS6ZiaOhPmZd9eXHAe9Ru9ouMe5L7dJKnC14JuLuPohWfR9shx8lyOckP7BEzlDsx9SA5VjNselrgIO4T4RPvy1IdgVWs8_13vJ0nz2L427h7AoPYL_C2VIO5fUlAAyeLEQcQ3dQbnup2KqJmewVmAE_srXdzueIiZ_ntsry3LTBcGOdDZv3_vvjuFGVxiNePZFcPbl5khk7Up7vmmjrtFai_W00 Now it will look like this: http://www.plantuml.com/plantuml/svg/XP5HJiGW48RVEKKVrMIlOAAxQxB6wARK0x1bsg9Jg5FOBBUNqbHRsTGtcE-3uH-u5MIppNts83zSRuy6KUcQCLus81t2Yoa5lZfPGxO9rbIEbKFRuLBCeIBecno-7FJsdnC7VHQefB3AwBKEB2b5yGXK6MftWCA3Z8mjGenMM1Ug1TeAn9CeFzcxjWqPQt7iLv3V2Yt8FviJsryweq5R9V0nkAQgSh3aK_5DSw1pkDLe3UMGO4zaw4bTGAOsc-ycF83Yjx8puQvArOxYGBZN9OU-3yj4Z5dNX27q7yxu-D6pthw3T1O3kJBPEVxvZyM35qOozGLTZHhDcxjRTZNdZAOX9_WD The change should be roughly equivalent to today's behavior. BUG=259913 Review URL: https://codereview.chromium.org/68013007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235814 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Its current check is inherently flaky, and we've seen failures on some bots. BUG=None. TEST=tools/telemetry/run_tests wait_unittest R=tonyg@chromium.org Review URL: https://codereview.chromium.org/61213007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235813 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
This is a follow-up to https://codereview.chromium.org/63153013/ NOTRY=True BUG=318950, 246169 Review URL: https://codereview.chromium.org/60233008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235812 0039d316-1c4b-4281-b951-d872f2087c98
-
pshenoy@chromium.org authored
PluginTest.FlashOctetStream is failing consistently on official Windows builder. Disabling it for now. TBR=jschuh BUG=320041 Review URL: https://codereview.chromium.org/73563005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235811 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
This was a SPDY dissector for Wireshark. New versions of the dissector live in a separate project at https://code.google.com/p/spdyshark/ BUG=319973 Review URL: https://codereview.chromium.org/68013005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235810 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Remove DialogDelegate::UseNewStyle; (true since r235220). (update callsites to assume the new style should be used) Rename CreateNewStyleFrameView -> CreateDialogFrameView. Remove TabbedPane's draw_border ctor arg (always false). Remove ConstrainedWindowFrameView and helper classes. Remove constrained_*_vista.png and IDR_CONSTRAINED_*_V. Update Widget::CreateWindowAsFramelessChild callsites. (remove old |parent| arg, web_contents_view.h includes) BUG=319038,170193,166075 TEST=No UI changes, no build breaks, just less code. R=sky@chromium.org,oshima@chromium.org,estade@chromium.org Review URL: https://codereview.chromium.org/63343004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235809 0039d316-1c4b-4281-b951-d872f2087c98
-
ttuttle@chromium.org authored
We're trying to chase down http://crbug.com/317138. Make some relevant DCHECKs into CHECKs in hopes of an earlier crash. BUG=317138 Review URL: https://codereview.chromium.org/70183004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235808 0039d316-1c4b-4281-b951-d872f2087c98
-
pwestin@google.com authored
New structure allows a better interface to add sending and receiving log messages from the remote peer over RTCP. The acctual RTCP messaging and plugging this into the log class will follw in 2 seperate cls. Review URL: https://codereview.chromium.org/70713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235807 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
Review URL: https://codereview.chromium.org/68683010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235806 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This patch adds a rasterize and record micro benchmark. It depends on https://codereview.chromium.org/67563002/ R=enne@chromium.org, nduca@chromium.org, ernstm@chromium.org Review URL: https://codereview.chromium.org/66213007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235805 0039d316-1c4b-4281-b951-d872f2087c98
-
rsadam@chromium.org authored
Adds support for the search key in the Virtual Keyboard. We currently do not use the search key, but may need it in future layouts. BUG=315071 Review URL: https://codereview.chromium.org/59813004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235803 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crbug.com/152330pshenoy@chromium.org authored
PDFBrowserTest.Basic (see http://crbug.com/152330), PDFBrowserTest.FindAndCopy and PDFBrowserTest.Scroll (see http://crbug.com/79837) are failing consistently on official Windows bot. Disabling it for now to keep official bot green. BUG=152330, 79837 Review URL: https://codereview.chromium.org/67473008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235802 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
Fix crash when locking a profile. The crash is happening because navigating to a URL triggers the signin header helper code. Since locking shouldn't actually do a Gaia logout, I'm removing all the code related to that. NOTRY-ing because it's been a week of "extension "RANDR" missing on display ":9" bot errors. BUG=NONE TBR=pkasting@chromium.org NOTRY=TRUE Review URL: https://codereview.chromium.org/64313005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235801 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=none TEST=tests keep passing Review URL: https://codereview.chromium.org/72333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235800 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Needed as part of setting up the DomDistillerBrowserContextKeyedService. Distilled articles will be stored in an "Articles" directory in the user's profile directory. BUG=288015 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235562 NOTRY=true Review URL: https://codereview.chromium.org/63553009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235799 0039d316-1c4b-4281-b951-d872f2087c98
-
elham@google.com authored
1) Verify that setLocalDescription fails when trying to negotiate an unsupported video codec - Verify that setLocalDescription fails when trying to negotiate with a client that does not support encryption BUG=303035 Review URL: https://codereview.chromium.org/47923023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235798 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
This relands https://codereview.chromium.org/47873003. It was reverted because of VirtualKeyboardWindowControllerTest.VirtualKeyboardWindowTest test crash on win8_aura. R=oshima@chromium.org TBR=jamescook, sadrul BUG=310331 TEST= 1. add keyboard-usability-experiment flag 2. hook up an external screen 3. boot device expected: a full screen keyboard on one of the screen Review URL: https://codereview.chromium.org/62833010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235795 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235793 0039d316-1c4b-4281-b951-d872f2087c98
-