- 28 Aug, 2012 38 commits
-
-
hongbo.min@intel.com authored
BUG=136519 TEST=None Review URL: https://chromiumcodereview.appspot.com/10882059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153637 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://extensionsestade@chromium.org authored
BUG=131352 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10582014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153636 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
testSSLPageBasic and testSSLCertOK are duplicates of SSLUITest.TestOKHTTPS testSSLProceed is a duplicate of TestHTTPSExpiredCertAndProceed testSSLGoBack is a duplicate of TestHTTPSExpiredCertAndDontProceed testSSLCertIsExpiredAndCertNameMismatches is a duplicate of a bunch of tests, i.e. SSLUITest.TestHTTPSExpiredCertAndProceed and SSLUITest.TestHTTPSExpiredCertAndDontProceed testSSLCertAuthorityOK is a duplicate of SSLUITest.TestCNInvalidStickiness BUG=143637,129498 Review URL: https://chromiumcodereview.appspot.com/10870118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153635 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=139650,145059 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10878085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153634 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10869083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153633 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
This improves the UI for handling huge displays. Also adding overflow: hidden to prohibit scrollbar explicitly. BUG=144024 Review URL: https://chromiumcodereview.appspot.com/10873081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153632 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
libcc depends on several geometry types from WebCore - IntRect, FloatQuad, etc. We were picking these up by a header copying rule in the webkit_platform target that copies these headers into the generated build dir, but since there is no hard dependency link from libcc to webkit_platform this either work or not work depending on the exact build order on the user's system and was thus very fragile. This adds explicit forwarding headers which are ugly but at least will work. BUG= Review URL: https://chromiumcodereview.appspot.com/10883076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153631 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
This makes errors easier to spot during QA and also means that end-users aren't completely without context if one slips through (assuming our tag names are sensible). BUG= Review URL: https://chromiumcodereview.appspot.com/10879108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153630 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
- In PpapiDecrytor, enable calls into the PluginInstance. - In PluginInstance, passing in all data needed by the PPP_ContentDecryptor interface. - Hook up DecryptorClient and PPB_ContentDecryptor calls in PluginInstance. BUG=138139 TEST=none Review URL: https://chromiumcodereview.appspot.com/10871006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153629 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG=142496 Review URL: https://chromiumcodereview.appspot.com/10869084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153625 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
Extensions currently enforce the requirement that Content Security Policy directives contain only secure sources. As 'blob:' and 'filesystem:' URLs are same-origin with the resource that created them, and never touch the network, we should allow them in extensions' 'content_security_policy' declarations. BUG=144610 Review URL: https://chromiumcodereview.appspot.com/10873060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153624 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Chrome Endure refers to an endurance testing effort to study the effect of memory bloat in webapps running in chrome. This code is a fork of chrome's existing code for displaying performance graphs. It has become very specific to Chrome Endure, containing features requested by users of Chrome Endure, and having the ability to display performance results across time within a given test run (as compared to the existing chrome perf graphs, which display data across test runs). In addition to adding new features specific to Chrome Endure, the current code removes some features that originally existed from chrome's perf graphing code, which haven't been used for Chrome Endure. This code has been running for awhile to display Chrome Endure perf graphs, but hasn't been checked in until now. Other users want to build on top of this codebase to add new graphing features specific to Chrome Endure. BUG=chromium-os:32302 TEST=Verified that graphs work well enough for current Chrome Endure purposes. Review URL: https://chromiumcodereview.appspot.com/10832403 TBR=dennisjeffrey@chromium.org Review URL: http://codereview.chromium.org/10879112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153623 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
This makes the naming more consistent with how the various classes and interfaces are used, since they are not sync-specific anymore. BUG=none TBR=sky Review URL: https://chromiumcodereview.appspot.com/10875064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153619 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10879107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153618 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
This is to allow callbacks coming up from WebContents to find their way back to the java AwContents[Client] BUG= Review URL: https://chromiumcodereview.appspot.com/10868095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153617 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
BUG=144483 Review URL: https://chromiumcodereview.appspot.com/10875044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153616 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Since we actually can detect removable on Linux (and not just proxy usb for removable), use that as the name of device types. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10876093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153615 0039d316-1c4b-4281-b951-d872f2087c98
-
kuan@chromium.org authored
- when query is cleared, suggestions disappear, but toolbar separator still shouldn't show up - fix to only show separator in SUGGESTIONS mode when user input is not in progress BUG=144764 TEST=verify per bug rpt Review URL: https://chromiumcodereview.appspot.com/10873094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153614 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@chromium.org authored
This is the Chromium-side change to support MediaSource's duration attribute. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10879056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153613 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
Chrome Endure refers to an endurance testing effort to study the effect of memory bloat in webapps running in chrome. This code is a fork of chrome's existing code for displaying performance graphs. It has become very specific to Chrome Endure, containing features requested by users of Chrome Endure, and having the ability to display performance results across time within a given test run (as compared to the existing chrome perf graphs, which display data across test runs). In addition to adding new features specific to Chrome Endure, the current code removes some features that originally existed from chrome's perf graphing code, which haven't been used for Chrome Endure. This code has been running for awhile to display Chrome Endure perf graphs, but hasn't been checked in until now. Other users want to build on top of this codebase to add new graphing features specific to Chrome Endure. BUG=chromium-os:32302 TEST=Verified that graphs work well enough for current Chrome Endure purposes. Review URL: https://chromiumcodereview.appspot.com/10832403 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153612 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
BUG=143312 Review URL: https://chromiumcodereview.appspot.com/10828392 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153611 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
Trying to display the Disconnect window causes rejection from the Window Server on OS X 10.7.4, preventing the capturer from working. BUG=140984 TEST=Verify Chromoting works on the system login screen. Review URL: https://chromiumcodereview.appspot.com/10883033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153610 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10878071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153606 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
The path for the default images in the samples page was wrong because of recent branch/channel switches, and ExampleZipper was getting cached unicode data instead of binary data. BUG=144672 Review URL: https://chromiumcodereview.appspot.com/10878056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153604 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
For some reason, edit URL can be null in some entries, which causes a crash. Along the way, make |callback| parameter of DriveFilesystemInterface::Remove() mandatory. The only caller in gdata_file_system_proxy.cc passes a non-null callback. BUG=144993 TEST=remove operation works as before Review URL: https://chromiumcodereview.appspot.com/10880075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153603 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=109940 TEST=On mac, install https://chrome.google.com/webstore/detail/dmgcpfplbobdchnijhbmogkbibagiiam and see a bubble pointing to the wrench menu instead of an infobar. Review URL: https://chromiumcodereview.appspot.com/10872067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153602 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153601 0039d316-1c4b-4281-b951-d872f2087c98
-
jchaffraix@chromium.org authored
TBR=dominicc@chromium.org Review URL: https://chromiumcodereview.appspot.com/10870112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153600 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
The previous implementation tried to use pixel sizes for consistency with implementations of RenderText on other platforms. However, it turns out that Skia itself uses point font sizes on Mac as does gfx::Font, so it makes more sense to use point sizes throughout. BUG=125664, 137033 TEST=Patch in http://codereview.chromium.org/10879069/ and bring up a print preview on www.google.com. Letter spacing for the header and footer text should be the same as what's produced by current Canary. Review URL: https://chromiumcodereview.appspot.com/10874066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153599 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
Depends on http://trac.webkit.org/changeset/126652 BUG= Review URL: https://chromiumcodereview.appspot.com/10873073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153598 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
- Add functions for controlling Caps Lock to CapsLockDelegate - Move the ownership of CapsLockDelegate to Shell from AcceleratorController - Add ShellDelegate::CreateCapsLockDelegate BUG=144474 Review URL: https://chromiumcodereview.appspot.com/10878058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153597 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
The content_shell doesn't provide a prerendererclient (and chromium and DumpRenderTree do). This browsertest makes sure that encountering a prerendering element doesn't crash the content_shell. This patch must land after https://bugs.webkit.org/show_bug.cgi?id=95036 lands and is gardened into Chromium. R=jam@chromium.org BUG=144556 Review URL: https://chromiumcodereview.appspot.com/10869068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153596 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=stevenjb@chromium.org Review URL: https://chromiumcodereview.appspot.com/10879008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153594 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
This CL appears to have caused SavePageBrowserTest.SaveViewSourceHTMLOnly to fail flakily. This CL is equivalent to CLs http://codereview.chromium.org/10799005, http://codereview.chromium.org/10836293, and https://chromiumcodereview.appspot.com/10823406, which were previous attempts to land the same functionality. TBR=jam@chromium.org BUG=123998 BUG=144751 Review URL: https://chromiumcodereview.appspot.com/10867065 TBR=rdsmith@chromium.org Review URL: https://chromiumcodereview.appspot.com/10872102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153593 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=136588 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10876091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153592 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@google.com authored
WebContentsUserDataTest.BasicTest is flaky. BUG=107201 TEST=none Review URL: https://chromiumcodereview.appspot.com/10868115 TBR=avi@chromium.org Review URL: https://chromiumcodereview.appspot.com/10873101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153591 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Refactor SelectFaviconFrames to make it easy to use SelectFaviconFrames on objects other than SkBitmaps. Changed the selection and score calculation code to operate on std::vector<gfx::Size> instead of an std::vector<SkBitmap>. Bug=10802066 Test=SelectFaviconFramesTest.* pass TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10872093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153590 0039d316-1c4b-4281-b951-d872f2087c98
-
pauljensen@chromium.org authored
temporary download directory to avoid Chrome pending on user input of a new filename. BUG=144624 TEST=browser_tests --gtest_filter=SSLUITest.TestBadHTTPSDownload Review URL: https://chromiumcodereview.appspot.com/10868111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153589 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Aug, 2012 2 commits
-
-
beaudoin@chromium.org authored
BUG=138118 Review URL: https://chromiumcodereview.appspot.com/10874068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153587 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
BUG=141898 Review URL: https://chromiumcodereview.appspot.com/10832349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153585 0039d316-1c4b-4281-b951-d872f2087c98
-