| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6851020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81890 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=35879
TEST=linux perf lowmem steps are green
TBR=nsylvain@chromium.org
Review URL: http://codereview.chromium.org/6874034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81887 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
This should make CrOS/Lucid/Valgrind bot green(er)
BUG=79671
TBR=glider
Review URL: http://codereview.chromium.org/6875023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81882 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Lucid/UI run
BUG=46643
TBR=glider
Review URL: http://codereview.chromium.org/6864037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81879 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=79656
TBR=zelidrag
TEST=Memory waterfall stays mostly green
Review URL: http://codereview.chromium.org/6870027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81876 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
tests
TEST=Memery waterfall switches its color.
BUG=57799, 73722, 78528, 78786, 79357, 79651, 79652, 79654, 79655, 79656, 79657, 81873
TBR=glider
Review URL: http://codereview.chromium.org/6873032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81875 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6864015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81758 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- use the options to get the root, don't assume the layout of sys.argv.
- if no root was set, use __file__ instead of assuming sys.argv[0] will be a full path.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6871014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81752 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=79533
TBR=rsleevi
Review URL: http://codereview.chromium.org/6865015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81749 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=73299
TBR=glider
Review URL: http://codereview.chromium.org/6869014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81747 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=79533,79570
Review URL: http://codereview.chromium.org/6869010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81743 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=73722, 79357, 79570
TBR=glider
Review URL: http://codereview.chromium.org/6873007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81734 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=79568,79569
TBR=glider
TEST=Memory waterfall goes greener
Review URL: http://codereview.chromium.org/6875004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81731 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
the OS settings on OS X.
R=agl
BUG=78523, 79533
TEST=See bug for test case
Review URL: http://codereview.chromium.org/6824069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81702 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
We're adding support for Content-Security-Policy (CSP) support to WebKit, which helps prevent XSS by letting sites whitelist where they can load scripts from. This patch adds a CSP policy to the bookmark manager that only allows script loads from extensions and from "chrome" URLs.
Adding the policy required only a tiny change the bookmark manager (moving the main script block to be external), but required changing some of the infrastructure for packing component extensions (to avoid inlining external scripts). CSP forbids inline script (and inline event handlers) because it can't tell whether those scripts are a result of XSS.
Review URL: http://codereview.chromium.org/6831008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81658 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=77990
TEST=none
TBR=wtc@chromium.org
Review URL: http://codereview.chromium.org/6849033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81624 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=51988
TEST=none
Review URL: http://codereview.chromium.org/6849032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81622 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=64075
TBR=glider
TEST=TSan/UI is less flaky
Review URL: http://codereview.chromium.org/6849022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81568 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add UK-Dvorak keyboard layout to input setting menu.
Add overlay keyboard display for UK-Dvorak layout
BUG=chromium-os:13664
TEST=The layout can be selected from setting menu and seems to work fine
Review URL: http://codereview.chromium.org/6852019
Patch from Ryo Hashimoto <hashimoto@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81565 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=30704,75127
TBR=dcheng,jar
TEST=./tools/valgrind/waterfall.sh
Review URL: http://codereview.chromium.org/6852020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81563 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:12349
TEST=Set the layout to German Neo 2. Check that the search key is always a modifier key, even when remapped.
Review URL: http://codereview.chromium.org/6849015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81559 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=79328
TBR=glider
Review URL: http://codereview.chromium.org/6851012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81552 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=79329
TEST=./tools/valgrind/chrome_tests.sh -t test_shell --gtest_filter="FileSystemOperationTest.*"
Review URL: http://codereview.chromium.org/6851010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81548 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The right alt key will not be remapped if it's used as altgr
BUG=chromium-os:10091
TEST=Remap the alt or ctrl key. Check that the right key is remapped.
Review URL: http://codereview.chromium.org/6836009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81547 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6855001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81546 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
We're adding support for Content-Security-Policy (CSP) support to WebKit, which helps prevent XSS by letting sites whitelist where they can load scripts from. This patch adds a CSP policy to the bookmark manager that only allows script loads from extensions and from "chrome" URLs.
Adding the policy required only a tiny change the bookmark manager (moving the main script block to be external), but required changing some of the infrastructure for packing component extensions (to avoid inlining external scripts). CSP forbids inline script (and inline event handlers) because it can't tell whether those scripts are a result of XSS.
Review URL: http://codereview.chromium.org/6831008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81535 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=confirm chrome builds with the libcros
Review URL: http://codereview.chromium.org/6849013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81527 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
WebCore::HTMLTreeBuilder in test_shell
BUG=79377
TEST=HeapChecker and Webkit Valgrind bots go green
TBR=glider
Review URL: http://codereview.chromium.org/6839027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81460 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=glider
Review URL: http://codereview.chromium.org/6834042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81459 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
HeapChecker reports
BUG=79329
TBR=dmikurube
Review URL: http://codereview.chromium.org/6839025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81441 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
in FilePathWatcherImpl
BUG=79357
TBR=glider
TEST=./tools/valgrind/waterfall.sh
Review URL: http://codereview.chromium.org/6836017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81440 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=dmikurube
TEST=tools/valgrind/waterfall.sh
BUG=79329
Review URL: http://codereview.chromium.org/6838016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81402 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=heachecker bot shows unit_tests as green
BUG=79322,79322,79326,79327,79328
TBR=glider
Review URL: http://codereview.chromium.org/6836010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81401 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support -w path to add whitelists to grit (and grit_info).
- Use the whitelist to tag what items should be skipped when generating output.
A whitelist is used instead of a blacklist, since there has been some other
work into generating what resources are really needed by the build.
Another option instead of whitelists would have been to add yet more conditions
to the grd files, but they are already getting pretty complex with the
conditions already in the files. And looking at trying to do conditions based
on features not only made the files more complex, but also doesn't handle the
problem when a single feature has some strings that are only valid for a subset
of the supported platforms.
Review URL: http://codereview.chromium.org/6821056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81393 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that use altgr
BUG=chromium-os:10091
TEST=Run gen_keyboard_overlay_data.py --altgr, and check that it outputs a list of layout names.
Review URL: http://codereview.chromium.org/6835012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81371 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
- mac-release-10.5/intl1/times/t (improved at r80750, webkit roll)
- xp-release-dual-core/intl1/times/t (improved at r81180, webkit roll)
- xp-release-single-core/intl1/times/t (improved at r81180, webkit roll)
TBR=nsylvain@chromium.org
Review URL: http://codereview.chromium.org/6834007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81336 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change adds three heapchecker suppressions recently reported by our heapchecker bot. (I'm not sure which change caused them, though.)
TBR=timurrrr,glider
BUG=79132,79138,79141
TEST=make the "Linux Heapcheck" bot green.
Review URL: http://codereview.chromium.org/6813105
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81228 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6821068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81219 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- linux-release-hardy/dhtml/times/t (improved at r80750, webkit roll)
- linux-release-hardy/dhtml/total_op_r/IO_op_r (regressed ~80848)
- linux-release-hardy/moz/times/t (improved at r80091?, webkit roll)
- mac-release-10.5/intl2/commit_charge/cc (improved at r79662, webkit roll)
- mac-release-10.5/intl2/times/t (improved at r80750, webkit roll)
- mac-release-10.6/dhtml/times/t (improved at r80750, webkit roll)
- mac-release-10.6/intl1/times/t (improvement from r79662, webkit roll)
- xp-release-dual-core/moz/total_op_r/IO_op_r (regressed ~80848)
- xp-release-dual-core/moz/vm_peak_r/vm_pk_r (improved at r79665, webkit roll)
- xp-release-single-core/morejs/times/t (improved r81023?)
TBR=nsylvain@chromium.org
Review URL: http://codereview.chromium.org/6823072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81217 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change suppresses the leaks in the v8 code started since r81093 <http://crrev.com/81093>.
TBR=timurrrr,thestig
BUG=79124
TEST=make the "WebKit Linux (valgrind)", "WebKit Linux (valgrind layout)", and "WebKit Mac (valgrind)" bots green.
Review URL: http://codereview.chromium.org/6821066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81209 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These tests would schedule a nudge in the future, and then two immediate ones in the hopes
of hitting the coalesce code path. I switched it to use TestTimeouts and a longer delay,
and only have two nudges.
BUG=74663
TEST=SyncerThread2Test.*Coalescing*
Review URL: http://codereview.chromium.org/6824055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81163 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=http://code.google.com/p/drmemory/issues/detail?id=346
TBR=bruening
Review URL: http://codereview.chromium.org/6825043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81104 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6820032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81101 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
It seems r81081 <http://crrev.com/81081> added more test cases to the FtpDirectoryListingBufferTest.Parse test and all our TSAN bots cannot finish it within 1200 seconds after this change. This change temporarily disable this test on our TSAN bots until we fix it.
TBR=timurrrr,glider
BUG=79022
TEST=make all the tsan bots (Linux, Mac, and Windows) green.
Review URL: http://codereview.chromium.org/6821043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81089 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change disables a test RendererMainTest.CreateDestroy, which has been failing since circa Build 5778, on our heapchecker bot.
TBR=timurrrr,glider
BUG=79000
TEST=make the "Linux Heapcheck" bot green.
Review URL: http://codereview.chromium.org/6821042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81086 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change updates the suppression rules for Bug 42958 to catch up with the recent WebKit merge.
TBR=timurrrr,thestig
BUG=42958
TEST=make the "Webkit Linux (valgrind layout)" bot green.
Review URL: http://codereview.chromium.org/6823034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81066 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6826022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81062 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
the RenderViewHost.
BUG=78861
TBR=avi
Review URL: http://codereview.chromium.org/6821029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81047 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6825030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81045 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This change just widen the suppression rule for Bug 36605 to cover ExtensionAppProviderTest.
TBR=timurrrr,thestig
BUG=36605
TEST=make the "Chromium Mav (valgrind)" bot green.
Review URL: http://codereview.chromium.org/6822021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81032 0039d316-1c4b-4281-b951-d872f2087c98
|