- 16 Oct, 2014 40 commits
-
-
qsr authored
TBR=ppi@chromium.org Review URL: https://codereview.chromium.org/663493002 Cr-Commit-Position: refs/heads/master@{#299886}
-
viettrungluu authored
R=michaeln@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/657303002 Cr-Commit-Position: refs/heads/master@{#299885}
-
sergiyb authored
BUG=380709 R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/656903002 Cr-Commit-Position: refs/heads/master@{#299884}
-
alemate authored
Revert of Revert of ChromeOS NetworkScreenHandler should not call CheckAndResolveLocale on UI thread. (patchs… (patchset #1 id:1 of https://codereview.chromium.org/653123002/) Reason for revert: The speculative revert didn't help. Original issue's description: > Revert of ChromeOS NetworkScreenHandler should not call CheckAndResolveLocale on UI thread. (patchset #17 id:320001 of https://codereview.chromium.org/620563002/) > > Reason for revert: > Speculatively reverting for https://crbug.com/422703 > > Original issue's description: > > ChromeOS NetworkScreenHandler should not call CheckAndResolveLocale on UI thread. > > > > BUG=419030 > > > > Committed: https://crrev.com/d52dffddbf0abe5ca55509a9cdedcd9b0674bb1c > > Cr-Commit-Position: refs/heads/master@{#298860} > > TBR=dzhioev@chromium.org,nkostylev@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=422703 > > Committed: https://crrev.com/f09329c436f4929c1f9ffd59e49aa4aef441338b > Cr-Commit-Position: refs/heads/master@{#299480} TBR=dzhioev@chromium.org,nkostylev@chromium.org NOTREECHECKS=true NOTRY=true BUG=422703 Review URL: https://codereview.chromium.org/658903004 Cr-Commit-Position: refs/heads/master@{#299883}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#299882}
-
nkostylev authored
BUG=422918 Review URL: https://codereview.chromium.org/654173005 Cr-Commit-Position: refs/heads/master@{#299881}
-
mohan.reddy authored
Alerting the error for use to use c++11 constructs |override| and |final| instead of OVERRIDE and FINAL respctively BUG=417463 Review URL: https://codereview.chromium.org/653883002 Cr-Commit-Position: refs/heads/master@{#299880}
-
mkwst authored
Most of ShellBrowserMain's implementation was layout test-specific. This patch moves all of that to LayoutTestBrowserMain, and adjusts the delegate to call that function when DRT is enabled. BUG=420994 NOTRY=true Review URL: https://codereview.chromium.org/649223004 Cr-Commit-Position: refs/heads/master@{#299879}
-
dpolukhin authored
Screen lock activates with keyboard accelerator Ctrl+Shift+L and bower button. BUG=413926 TEST=manual Review URL: https://codereview.chromium.org/620663005 Cr-Commit-Position: refs/heads/master@{#299878}
-
maruel authored
$ git log c28b74ff7..f9e401bab --date=short --format='%ad %ae %s' | sed 's/@chromium\.org//' 2014-10-15 vadimsh Handle Ctrl+C more gracefully when uploading files. 2014-10-07 vadimsh Cache os.listdir calls. 2014-10-07 maruel Add "swarming.py reproduce" to run locally a swarming task. 2014-10-07 vadimsh Cache results of get_native_path_case() calls. R=pgervais@chromium.org BUG= Review URL: https://codereview.chromium.org/655363002 Cr-Commit-Position: refs/heads/master@{#299877}
-
plundblad authored
By adding chromevox_compress_js=0 to your GYP_DEFINES, you can run ChromeVox directly from its sources. The source files are symlinked into the extension directory in the output directory. This is good for faster development and debugging, but ChromeVox itself becomes slow to load in this mode. This also changes ChromeVox next to follow the same flag, hence being compressed by default. When doing so, the classic background page and ChromeVox next's background page are compiled together instead of being loaded one after the other. This is necessary because they import the same modules and the ones from Chromevox next will overwrite the ones from classic after classic gets initialized. Some of the targets in chromevox.gyp are consolidated. The main reason is because many targets that copy or compress scripts need to have the whole picture to not copy over the same files more than once which is racy. BUG=421136 Review URL: https://codereview.chromium.org/656813002 Cr-Commit-Position: refs/heads/master@{#299876}
-
Mitsuru Oshima authored
BUG=424109 TBR=mukai@chromium.org Review URL: https://codereview.chromium.org/660773002 Cr-Commit-Position: refs/heads/master@{#299875}
-
ksakamoto authored
When |path_| is empty, MemEnv created in LazyOpen() should be passed to leveldb::DestroyDB. Otherwise, on Windows lebeldb tries to delete all files in current directory that look like leveldb files. This should fix ServiceWorkerContextTest.DeleteAndStartOver test on Windows, so re-enable it. BUG=420124 TEST=content_unittests --gtest_filter=ServiceWorkerContextTest.* Review URL: https://codereview.chromium.org/651133004 Cr-Commit-Position: refs/heads/master@{#299874}
-
Mitsuru Oshima authored
renamed existing PowerButtonController to ShutdownDialog BUG=None TEST=covered by unit tests Committed: https://crrev.com/0d921cdf45872ebff6c22da6a21c12d44054a860 Cr-Commit-Position: refs/heads/master@{#299821} R=mukai@chromium.org Review URL: https://codereview.chromium.org/654343002 Cr-Commit-Position: refs/heads/master@{#299873}
-
jzern authored
bug/build fix release + cherry-pick from pre-rc3 to deal with a mips build issue Review URL: https://codereview.chromium.org/653803003 Cr-Commit-Position: refs/heads/master@{#299872}
-
Sergey Ryazanov authored
Pair of ClientSession and ServerSession holds WebRTC connection which tunnels DevTools UNIX socket. Once cloud based signaling channel doesn't exist at the moment connections work on a single android device. For manual testing the testing APK has launch activity which lets to start service which tunnels Chrome Shell socket to another local socket (only works when Chrome Shell signed with the same certificate). BUG=383418 TEST=Automatic: LocalSessionBridgeTest, SessionControlMessagesTest. See description for manual testing. R=mnaganov@chromium.org Review URL: https://codereview.chromium.org/537253003 Cr-Commit-Position: refs/heads/master@{#299871}
-
dcheng authored
BUG=363099,371084 Review URL: https://codereview.chromium.org/659023002 Cr-Commit-Position: refs/heads/master@{#299870}
-
yurys authored
This change depends on Blink r183742. BUG=89845, 403007 Review URL: https://codereview.chromium.org/659793002 Cr-Commit-Position: refs/heads/master@{#299869}
-
vabr authored
This should match vabr being already in components/password_manager/OWNERS. BUG=None NOTRY=True Review URL: https://codereview.chromium.org/659463002 Cr-Commit-Position: refs/heads/master@{#299868}
-
fukino authored
Changes in this CL are many, but they are basically about type annotations. The actual code doesn't change substantially. Changes which affect actual code will be separate CLs. BUG=406995 TEST=run browser_tests Review URL: https://codereview.chromium.org/651403002 Cr-Commit-Position: refs/heads/master@{#299867}
-
shreeram.k authored
html tags: cite, tbody, tfoot, th(as rowheader), param, input type text ARIA state/property: aria-haspopup(true,false), aria-relevant(additions, removals, text, all, additions-text), aria-pressed ARIA Role: columnheader BUG=170575 Review URL: https://codereview.chromium.org/651223004 Cr-Commit-Position: refs/heads/master@{#299866}
-
tmoniuszko authored
BUG=416798 Review URL: https://codereview.chromium.org/637293002 Cr-Commit-Position: refs/heads/master@{#299865}
-
mkwst authored
This patch moves the DRT-specific bits of ShellURLRequestContextGetter out into a layout-test-only subclass. BUG=420994 Review URL: https://codereview.chromium.org/651883002 Cr-Commit-Position: refs/heads/master@{#299864}
-
jansson authored
error callback has fired. Test timesout after the 2nd gUM request if a callback is not fired. BUG=420048 TEST=Try jobs + I ran the content_browsertest on 40.0.2189.0 (which contains the bug) and Tot (where the CL has been reverted). Review URL: https://codereview.chromium.org/653533004 Cr-Commit-Position: refs/heads/master@{#299863}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/de258cd..30bc88c CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=rmistry@google.com Review URL: https://codereview.chromium.org/662573002 Cr-Commit-Position: refs/heads/master@{#299862}
-
owenlin authored
The rendering for the first few frames is much slower (As much as 100ms on Peach Pit). To get stable/correct numbers in performance tests, we try to warm it up by rendering several frames in the beginning. BUG=411123 TEST=Run the vda_unittest on Peach pit. Review URL: https://codereview.chromium.org/583503002 Cr-Commit-Position: refs/heads/master@{#299861}
-
dcheng authored
BUG=363099,371084 Review URL: https://codereview.chromium.org/656223002 Cr-Commit-Position: refs/heads/master@{#299860}
-
amistry authored
BUG=397019 Review URL: https://codereview.chromium.org/631913004 Cr-Commit-Position: refs/heads/master@{#299859}
-
thestig authored
BUG=424056 NOTRY=true TBR=earthdok@chromium.org Review URL: https://codereview.chromium.org/652023003 Cr-Commit-Position: refs/heads/master@{#299858}
-
viettrungluu authored
R=rsleevi@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/662553002 Cr-Commit-Position: refs/heads/master@{#299857}
-
viettrungluu authored
R=thestig@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/641363003 Cr-Commit-Position: refs/heads/master@{#299856}
-
mukai authored
Needs for component builds. BUG=None R=nkostylev@chromium.org TEST=manually Review URL: https://codereview.chromium.org/646773003 Cr-Commit-Position: refs/heads/master@{#299855}
-
Jian Li authored
We need to start GCMChannelStatusSyncer when GCM is disabled in order to poll the server to find out when it is reenabled. Also if server returns empty response, we should not treat it as error and trigger the backoff logic. BUG=423415 TEST=new tests added Committed: https://crrev.com/9e9dd3b7798b3500d70941af04b1325ef9a0b544 Cr-Commit-Position: refs/heads/master@{#299518} R=fgorski@chromium.org Review URL: https://codereview.chromium.org/653843003 Cr-Commit-Position: refs/heads/master@{#299854}
-
paulirish authored
Patch authored by: Thomas Boyt http://www.thomasboyt.com/2014/10/06/chrome-message-workaround.html BUG= Review URL: https://codereview.chromium.org/632793002 Cr-Commit-Position: refs/heads/master@{#299853}
-
falken authored
When AllowServiceWorker is false, don't let a worker control a new page. Existing controllees remain controlled until their tab closes. BUG=419282 Review URL: https://codereview.chromium.org/637243003 Cr-Commit-Position: refs/heads/master@{#299852}
-
qyearsley authored
Originally, Simon made SourceControl a class becaused we expected to add a SvnSourceControl subclass which implemented the same methods in different ways. However, after the git transition we're fairly sure that we don't want to do this. So, all of the functions in the SourceControl class can be made top-level functions that don't need a "self" argument. This way, there's no need to pass around a bogus SourceControl object; the functions can be called directly. I also added tests for some methods that seemed relatively testable. PTAL and give suggestions :-) BUG= Review URL: https://codereview.chromium.org/650223005 Cr-Commit-Position: refs/heads/master@{#299851}
-
viettrungluu authored
R=avi@chromium.org BUG=423134 Review URL: https://codereview.chromium.org/654403002 Cr-Commit-Position: refs/heads/master@{#299850}
-
jitendra.ks authored
PasswordManager::RegisterLocalPrefs(PrefRegistrySimple*) is declared in components/password_manager/core/browser/password_manager.h, but only defined in chrome/browser/password_manager/password_manager_util_win.cc. That's confusing, all of PasswordManager should be defined in components/password_manager/core/browser/password_manager.cc. This patch move the definition of RegisterLocalPrefs(PrefRegistrySimple*) from password_manager_util_win.cc to password_manager.cc. BUG=361529 Review URL: https://codereview.chromium.org/650423004 Cr-Commit-Position: refs/heads/master@{#299849}
-
arun87.kumar authored
Extraction of the filename from a URL handles the parameters differently now by returning the string after the last slash till its following semicolon as FileName. BUG=323156 Review URL: https://codereview.chromium.org/560283003 Cr-Commit-Position: refs/heads/master@{#299848}
-
hirono authored
The property of FileChooserFileInfo#file_system_url is newly added for handling non-native files in Chrome OS. BUG=126902 TEST=None Review URL: https://codereview.chromium.org/655153002 Cr-Commit-Position: refs/heads/master@{#299847}
-