| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59376 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=hope
TBR=dpranke
Review URL: http://codereview.chromium.org/3423001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59334 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=55045
TEST=manual
Review URL: http://codereview.chromium.org/3399003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59328 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=webkit debug bots green up
R=none
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59313 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=brettw
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59308 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=bots stay green
BUG=none
R=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59301 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rlz_lib::SendFinancialPing() as the return value
of the chrome extension API, since a false does not represent an error. Added
an optional callback to the API so that caller can determine if the ping was
sent or not.
This CL is to reapply change 58827, which was reverted due to a test break.
I found an uninitialized variable in the underlying RLZ code, see
http://code.google.com/p/rlz/source/detail?r=18 for the fix. This CL includes
a bump of the RLZ library to get this fix. The tests have been expanded a bit
too since 58827.
BUG=54294
TEST=n/a
Review URL: http://codereview.chromium.org/3350016
Review URL: http://codereview.chromium.org/3330019
TBR=sky@chromium.org
Review URL: http://codereview.chromium.org/3323028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59248 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59222 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59221 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3364021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59214 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
module destruction (though this currently isn't implemented).
This adds a new object called a PluginObject that wraps plugin-implemented
NPObjects. Now object var IDs are per-module, so there is now tracking on the
module for these.
TEST=unit tests
BUG=43964
Review URL: http://codereview.chromium.org/3320010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59210 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=none
BUG=none
TEST=more bots green up
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59209 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
R=none
TEST=bots green up
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59208 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=none
BUG=none
TEST=bots green up
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59207 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=bots stay green
BUG=none
R=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59205 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
I expect the page_cycler_morejs to fail; will update the baselines
afterwards when I have data telling me what to update them to.
BUG=none
TEST=bots stay green (except for page_cycler_morejs)
R=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59204 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
TBR=vangelis@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59182 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=try
BUG=none
Review URL: http://codereview.chromium.org/3343021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59181 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the return value
of the chrome extension API, since a false does not represent an error. Added
an optional callback to the API so that caller can determine if the ping was
sent or not.
This CL is to reapply change 58827, which was reverted due to a test break.
I found an uninitialized variable in the underlying RLZ code, see
http://code.google.com/p/rlz/source/detail?r=18 for the fix. This CL includes
a bump of the RLZ library to get this fix. The tests have been expanded a bit
too since 58827.
BUG=54294
TEST=n/a
Review URL: http://codereview.chromium.org/3350016
TBR=rogerta@google.com
Review URL: http://codereview.chromium.org/3330019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59138 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of the chrome extension API, since a false does not represent an error. Added
an optional callback to the API so that caller can determine if the ping was
sent or not.
This CL is to reapply change 58827, which was reverted due to a test break.
I found an uninitialized variable in the underlying RLZ code, see
http://code.google.com/p/rlz/source/detail?r=18 for the fix. This CL includes
a bump of the RLZ library to get this fix. The tests have been expanded a bit
too since 58827.
BUG=54294
TEST=n/a
Review URL: http://codereview.chromium.org/3350016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59123 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version is basically tip-of-tree with r66992 (and r66997) rolled out,
under the theory that r66992 is causing the perf regression in
page_cycler_more_js.
BUG=https://bugs.webkit.org/show_bug.cgi?id=45524
R=tkent,ukai
TEST=page_cycler_more_js goes green
Review URL: http://codereview.chromium.org/3347021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59070 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=ukai
TEST=bots stay green
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59067 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TBR=ukai
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59065 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TBR=ukai
TEST=bots stay green
Review URL: http://codereview.chromium.org/3312019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59039 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is calculated the same way that it was before changing over to the open
source RLZ libary.
This change simply bumps the revision number of the RLZ library linked into
chrome. The actual change to the code can be seen here:
http://code.google.com/p/rlz/source/detail?r=17
BUG=54913
TEST=Install chrome5 with a non-organic brand code and look at the value of
the id cgi parameter. Then uninstall chrome5 and reinstall chrome6, and make
sure the id parameter value is the same.
Review URL: http://codereview.chromium.org/3328015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59032 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add 'fa' entry to all the grd files.
For *locale_settings*, create new xtb files for Farsi (copied from Arabic).
Also, pulls in ICU @r=58904 (with Farsi data).
locale_settings_fa.xtb has a lot of UI dimensions that may not work
well in Farsi. We need LQA to take a look at them.
terms_FOO.html is not yet available for Farsi as well as Amharic and Swahili. Tentatively, use
terms_en.html.
BUG=45505
TEST='chrome --lang=fa' on Windows should bring up Chrome in Farsi. 'LANGUAGE=fa chrome' should do the same on Linux. (on Ubuntu, 'language-pack-gnome-fa' and 'language-pack-fa' have be installed to get Chrome in Farsi with the UI mirrored).
Review URL: http://codereview.chromium.org/3296013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58998 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=trybots & canary
TBR=dpranke
Review URL: http://codereview.chromium.org/3296014
TBR=ukai@chromium.org
Review URL: http://codereview.chromium.org/3300024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58926 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=brettw
Review URL: http://codereview.chromium.org/3323017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58919 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=trybots & canary
TBR=dpranke
Review URL: http://codereview.chromium.org/3296014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58916 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
use Var("nacl_trunk") instead.
BUG=none
TEST=none (well, hopefully the official builds will stop timing out on code.google.com SVN)
R= bradnelson
Review URL: http://codereview.chromium.org/3290014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58887 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=unittests
Review URL: http://codereview.chromium.org/3368008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58885 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This may have caused the following ui_tests failures in debug mode on Windows:
MediaTest.VideoBearTheora
MediaTest.VideoBearSilentWebm
MediaTest.VideoBearSilentTheora
UILayoutTest.MediaUILayoutTest
MediaTest.VideoBearWebm
BUG=0
TEST=tests
TBR=apatrick@chromium.org
Review URL: http://codereview.chromium.org/3295021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58878 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This will pull in support for the GL_NV_fence extension and a fix for eglSwapInterval.
TEST=try
BUG=none
Review URL: http://codereview.chromium.org/3347017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58861 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=trybots
TBR=dpranke
Review URL: http://codereview.chromium.org/3298017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58798 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3340017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58796 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
update test_expectations.txt
- remove fast/events/continuous-platform-wheelevent-in-scrolling-div.html, fixed at webkit r66812
- remove svg/custom/use-invalid-pattern.svg, fixed at webkit 66868
BUG=54656
TEST=trybot
TBR=dpranke
Review URL: http://codereview.chromium.org/3359011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58790 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58780 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58748 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58729 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58724 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
V8 rolled back to version 2.4.0. There were unexpected layout and ui
test failures.
TEST=layout and ui tests
BUG=non
Review URL: http://codereview.chromium.org/3350012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58680 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/3334008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58674 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=
TBR=zmo
Review URL: http://codereview.chromium.org/3342019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58673 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
update test_expectations.txt
- remove BUG50197 svg/dynamic-updates/, rebaselined at webkit r66806 [tkent]
- remove BUGWK44514, fixed at webkit r66816 [rolandsteiner]
- add BUG54655 editing/selection/shift-click.html = TEXT
need layoutTestController.setEditingBehavior
- add BUG54656 svg/custom/use-invalid-pattern.svg = MISSING
need expected data for chromium port
BUG=50197,54655,54656
TEST=
TBR=zmo
Review URL: http://codereview.chromium.org/3323011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58665 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=54591,54592
TEST=none
TBR=zmo
Review URL: http://codereview.chromium.org/3341015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58627 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=fbarchard
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3315012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58585 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=54007
TEST=media_bench.exe --stream=video --video-threads=16 d:\mediatests\red\red2.webm
Review URL: http://codereview.chromium.org/3298013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58575 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Linux interactive_ui_tests were sad.
TBR=zmo@google.com
Review URL: http://codereview.chromium.org/3330009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58564 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58544 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=all tests still pass, notably nacl_ui_tests
Review URL: http://codereview.chromium.org/3357008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58536 0039d316-1c4b-4281-b951-d872f2087c98
|