- 26 Jul, 2014 34 commits
-
-
rpaquay@chromium.org authored
Should be last step before moving chrome.runtime.setUninstalURL to stable. BUG=84556 TBR=rockot@chromium.org Review URL: https://codereview.chromium.org/414303005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285779 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This is a re-land of https://codereview.chromium.org/412943002/ which broke on the official builder. BUG=284540 TBR=sky@chromium.org, mathp@chromium.org, jwd@chromium.org Review URL: https://codereview.chromium.org/421663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285778 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
Creates a CryptographerProvider interface that can be used to expose the syncable::Directory's Cryptographer without exposing the directory itself. Since the directory's cryptographer is protected by a lock, this requires the creation of several helper classes to manage the acquistion of the lock. This CL includes the interface, an implementationthat exposes the directory's cryptographer (DirectoryCryptographerProvider) and a SimpleCryptographerProvider that wraps a non-owned Cryptographer for testing purposes. These interfaces will be used to implement and test encryption of non-blocking sync types. BUG=351005 Review URL: https://codereview.chromium.org/413833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285777 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=None TEST=WindowTargeterTest.ScopedWindowTargeterWindowDestroyed Review URL: https://codereview.chromium.org/423503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285776 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=388893 Review URL: https://codereview.chromium.org/413353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285775 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
This enables the Chrome to query permission_broker for access to hidraw device paths when running on Chrome OS. HidService has been refactored so that it is owned by the extensions API embedder, rather than being a singleton. Because hid has just moved to //extensions as well, this also establishes a new ShellExtensionsAPIClient to create a HidService for app_shell. BUG=367145 TEST=manual test on ChromeOS dev build TBR=derat@chromium.org for mechanical app_shell changes Review URL: https://codereview.chromium.org/419713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285774 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285773 0039d316-1c4b-4281-b951-d872f2087c98
-
ncbray@chromium.org authored
This pulls in a fix that is needed to roll NaCl. BUG=none Review URL: https://codereview.chromium.org/414283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285772 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/413353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285771 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
A regression where we stopped showing the manifest error was introduced in r283852. Fix it. TBR=finnur@chromium.org BUG=397467 Review URL: https://codereview.chromium.org/422533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285770 0039d316-1c4b-4281-b951-d872f2087c98
-
kmarshall@chromium.org authored
BUG=394940 Review URL: https://codereview.chromium.org/408633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285769 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
This is an implementation of session APIs without wifi passwords. Will add wifi passwords in separate CL. BUG= Review URL: https://codereview.chromium.org/411783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285768 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
In preparation for out-of-process iframes, move almost all accessibility functionality from RenderView to RenderFrame, and from RVHI and RWHI to RFHI. In addition, the accessibility mode is moved to WebContents, and changing the mode triggers changing it on all frames. BUG=368298 R=jam@chromium.org, kenrb@chromium.org, nick@chromium.org Review URL: https://codereview.chromium.org/273423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285767 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://interstitialsmeacer@chromium.org authored
Screenshots: https://docs.google.com/file/d/0B9q2eN9gDoUIUUhrMlpydVNTVXc/edit?pli=1 https://drive.google.com/file/d/0B9q2eN9gDoUIMjdhQ1p3M05zNDQ/edit?usp=sharing BUG=389749 Review URL: https://codereview.chromium.org/368143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285766 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
histogram. Possible reasons are: no/empty server config, expired server config, invalid server config and corrupted server config. R=rch@chromium.org, asvitkine@chromium.org Review URL: https://codereview.chromium.org/416983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285765 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
In doing so, fix a bug in tlslite's TLS_FALLBACK_SCSV support; the fallback alert should be sent with the client's version. Otherwise OpenSSL reports SSL_R_UNSUPPORTED_PROTOCOL and doesn't report the alert. This behavior is probably not wrong as, if the server responds with a TLS version higher than what is supported, we can't really be sure of the parse. BUG=388425 Review URL: https://codereview.chromium.org/418553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285764 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This has the side effect of fixing the crash in 396368 BUG=396368 TEST=Manual, see bug Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285393 Review URL: https://codereview.chromium.org/411813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285763 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=darin@chromium.org Review URL: https://codereview.chromium.org/417113010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285762 0039d316-1c4b-4281-b951-d872f2087c98
-
ckocagil@chromium.org authored
- Fix and partially disable the RenderText unit tests to make sure RenderTextHarfBuzz passes the tests. Call EnsureLayout() in GetGlyphBounds() since it has been made public by r252873. - Add a "--disable-harfbuzz-rendertext" switch to make enabling RTHB by default easier. BUG=321868 NOTRY=true Review URL: https://codereview.chromium.org/419753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285761 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
As a result of this I uncovered some things we shouldn't have been doing. I had to update a number of tests accordingly. BUG=396804 TEST=covered by test R=ben@chromium.org Review URL: https://codereview.chromium.org/421693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285760 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This will produce Breakpad symbol files that have CFI data when building for 64-bit. BUG=393594 R=mark@chromium.org Review URL: https://codereview.chromium.org/419813005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285756 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285754 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285753 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyberezin@chromium.org authored
Also replace deprecated linux_chromium_rel with linux_chromium_rel_swarming, while I'm at it. R=agable@chromium.org, maruel@chromium.org BUG=395196 Review URL: https://codereview.chromium.org/415323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285752 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyberezin@chromium.org authored
R=iannucci@chromium.org BUG=395196 Review URL: https://codereview.chromium.org/413223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285751 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285744 0039d316-1c4b-4281-b951-d872f2087c98
-
wfh@chromium.org authored
BUG=397762 TEST=compile with no errors R=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/413393006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285741 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285740 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
Reason for revert: Causes a slew of devtools failures: 17:18] <mpearson> http://build.chromium.org/p/chromium.mac/waterfall?builder=Mac10.6%20Tests%20(1) [17:18] <mpearson> http://build.chromium.org/p/chromium.mac/waterfall?builder=Mac10.7%20Tests%20(1) [17:19] <mpearson> http://build.chromium.org/p/chromium.chromiumos/waterfall?builder=Linux%20ChromiumOS%20Ozone%20Tests%20(2) [17:19] == tapted_ [~tapted@121.211.79.93] has quit [Quit: tapted_] [17:19] <mpearson> http://build.chromium.org/p/chromium.win/waterfall?builder=Vista%20Tests%20(1) failed 4 stdio TestConsoleOnNavigateBack TestDeviceEmulation TestNetworkSyncSize TestScriptsTabIsPopulatedOnInspectedPageRefresh browser_tests browser_tests > Blink roll 178929:178950 > > http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178930:178950&mode=html > TBR=haraken@chromium.org,jchaffraix@chromium.org > BUG= > > Review URL: https://codereview.chromium.org/417293002 TBR=blink-deps-roller@chromium.org Review URL: https://codereview.chromium.org/424483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285739 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously the host and client were running on the main thread, so they both would compete for it and that skews the perf numbers, particularly with NSS SSL sockets because they use a separate thread. BUG=394067 R=rmsousa@chromium.org Review URL: https://codereview.chromium.org/414443009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285738 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/420553010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285737 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoze.zhou@partner.samsung.com authored
Review URL: https://codereview.chromium.org/382633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285735 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
scottmg told me to do this. > Block on LaunchProcess failing on specific bot > > Block in a loop if we get a specific failure on a particular bot. > See environment variables at http://build.chromium.org/p/chromium.win/builders/Win8%20Aura/builds/20713/steps/views_unittests/logs/stdio for reference. > > Timeout raise attempted at https://codereview.chromium.org/410353004/ so > that there will be time to attach a debugger. > > R=brettw@chromium.org > BUG=340422 > > Review URL: https://codereview.chromium.org/411223002 TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/414363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285734 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=81439 TEST=none Review URL: https://codereview.chromium.org/415773009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285730 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Jul, 2014 6 commits
-
-
pkotwicz@chromium.org authored
time. In particular, do not call XConvertSelection() till SelectionNotify is received for the current request (or the current request has timed out). This is part #1 of implementing support for receiving selection data in multiple chunks via the INCR property. In particular, when data is transmitted via the INCR property, the transmission is not complete when the SelectionNotify event is received. BUG=367549 TEST=None Review URL: https://codereview.chromium.org/391593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285729 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
- Fix menu bg asset to properly allow the menu to overlap the anchor - Turn on dismiss button in menu - Fix some animation code related to the dismiss button in the menu - Make overlapping an RTL item work properly BUG=394898 NOTRY=true Review URL: https://codereview.chromium.org/419673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285728 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/411143004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285727 0039d316-1c4b-4281-b951-d872f2087c98
-
dhnishi@chromium.org authored
There may be more than one favicon if loading an extension favicon, which loads for all supported scale factors immediately rather than in an as-needed fashion. BUG=397341 Review URL: https://codereview.chromium.org/421633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285725 0039d316-1c4b-4281-b951-d872f2087c98
-
alexst@chromium.org authored
Since ozone builds removed X11, they get identified as "unknown" in the user agent string and as a result calendar and potentially other things don't work. This CL brings identification back in line with other linux builds. BUG=394335 Review URL: https://codereview.chromium.org/394233003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285724 0039d316-1c4b-4281-b951-d872f2087c98
-
shrikant@chromium.org authored
BUG=380313 Review URL: https://codereview.chromium.org/417043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285723 0039d316-1c4b-4281-b951-d872f2087c98
-