- 26 Mar, 2009 37 commits
-
-
bradnelson@google.com authored
Review URL: http://codereview.chromium.org/42646 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12570 0039d316-1c4b-4281-b951-d872f2087c98
-
sgk@google.com authored
Review URL: http://codereview.chromium.org/42642 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12569 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
wouldn't work. The problem was we weren't storing post URLs at all (because of bug 1361980). This resulted in session restore trying to restore some redirects along the way that likely had bogus state in them (perhaps referencing cookies that were nuked), resulting in the first login failing. The fix is to persist POST URLs to disk for session restore, but not the actual POST data. This way there shouldn't be any problems as outlined in 1361980. BUG=7727 TEST=see bug Review URL: http://codereview.chromium.org/42619 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12568 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@google.com authored
- updated unittests BUG=1640034 BUG=1522969 Review URL: http://codereview.chromium.org/49036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12567 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
VideoRendererImpl did an incorrect scaling matrix, resulting in no video image drawn. Review URL: http://codereview.chromium.org/42647 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12566 0039d316-1c4b-4281-b951-d872f2087c98
-
patrick@chromium.org authored
Review URL: http://codereview.chromium.org/49043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12564 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@google.com authored
Revert CL 53095 Review URL: http://codereview.chromium.org/53097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12562 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
at the same time (for media files). Review URL: http://codereview.chromium.org/45061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12561 0039d316-1c4b-4281-b951-d872f2087c98
-
patrick@chromium.org authored
- Use a const iterator. - Rename command-line switch to --run-sunspider. Review URL: http://codereview.chromium.org/53080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12560 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/45064yurys@google.com authored
Review URL: http://codereview.chromium.org/53095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12559 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
Review URL: http://codereview.chromium.org/42637 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12558 0039d316-1c4b-4281-b951-d872f2087c98
-
jungshik@google.com authored
Add IsLocaleSupportedByOS to l10n_util_{win,posix}.cc. Posix version always returns true. Windows blocks Oriya on Windows XP. BUG=7325 TEST=1. L10n*.GetAppLocale 2. On Win XP, Oriya should not be shown in the UI language switch menu while it should be shown elsewhere. Review URL: http://codereview.chromium.org/45054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12557 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@google.com authored
WebContentsView became more than just an interface with 48103 (r12483). If we move web_contents_ to the base class, we might as well finish the job. Review URL: http://codereview.chromium.org/49041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12555 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@google.com authored
Passing a foreground window to the google update code so that if it triggers UAC prompts, they can launch in the foreground. Review URL: http://codereview.chromium.org/42606 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12554 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
breakpad_mac.mm still needs some work, there's a bunch of scaffolding in there referring to a custom version of Breakpad I've got going locally. Review URL: http://codereview.chromium.org/53075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12553 0039d316-1c4b-4281-b951-d872f2087c98
-
pinkerton@chromium.org authored
Review URL: http://codereview.chromium.org/49042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12552 0039d316-1c4b-4281-b951-d872f2087c98
-
pinkerton@chromium.org authored
the caller must now explicitly show the newly created browser rather than it happening automatically. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12550 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12549 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
Review URL: http://codereview.chromium.org/49040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12548 0039d316-1c4b-4281-b951-d872f2087c98
-
sverrir@chromium.org authored
Review URL: http://codereview.chromium.org/49039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12547 0039d316-1c4b-4281-b951-d872f2087c98
-
ager@chromium.org authored
When I land the full GC change, this test should be updated. I'll make sure that our behavior matches that of WebKit with JSC. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/53094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12545 0039d316-1c4b-4281-b951-d872f2087c98
-
deanm@chromium.org authored
This just reverts the Omnibox portion of the change. This code is structured to match Windows, and will eventually be pulled from LocationBarView. Review URL: http://codereview.chromium.org/53093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12544 0039d316-1c4b-4281-b951-d872f2087c98
-
ager@chromium.org authored
the DOM, we need to explicitly keep the history wrapper object alive for the lifetime of the DOMWindow object with which it is associated. Review URL: http://codereview.chromium.org/53092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12543 0039d316-1c4b-4281-b951-d872f2087c98
-
deanm@chromium.org authored
Review URL: http://codereview.chromium.org/49019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12542 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: http://codereview.chromium.org/54002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12541 0039d316-1c4b-4281-b951-d872f2087c98
-
xji@chromium.org authored
This CL fix issue 8649 -- RTL: Wrong parenthesis direction is displayed on "About Google Chrome" dialog (http://crbug.com/8649). The fix is to adjust the string according to locale, so that the pure English string in RTL locale is surrounded by left-right-embedding mark for parenthesis to be displayed correctly. Review URL: http://codereview.chromium.org/42096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12540 0039d316-1c4b-4281-b951-d872f2087c98
-
xji@chromium.org authored
http://crbug.com/8997 Previously, the path itself and every single path component are marked with LTR marks. The fix is only mark the path as a whole (but not every single path component)with LTR marks. Review URL: http://codereview.chromium.org/49034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12539 0039d316-1c4b-4281-b951-d872f2087c98
-
patrick@chromium.org authored
configuration. - Use the cleaned up version of the error message that DOM checker generates. - Remove <!-- NOP --> from test failure messages reported by DOM checker. - Update the expected failures files as a result of these changes. - Disable the test temporarily as this will require a Buildbot change and restart. Review URL: http://codereview.chromium.org/53064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12538 0039d316-1c4b-4281-b951-d872f2087c98
-
ralphl@chromium.org authored
Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an extended interface through DemuxerStream object. DemuxerStream now derives from base::RefCountedThreadSafe. Review URL: http://codereview.chromium.org/42521 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12537 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
tree and the purify tests. Review URL: http://codereview.chromium.org/42634 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12534 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Review URL: http://codereview.chromium.org/42633 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12533 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
Review URL: http://codereview.chromium.org/53085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12532 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
TBR=pam This test: LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events.html should be passing given enough time. It is time consuming in in nature (~20s), defer it until we have implemented per test timeout. Refer to this bug: http://code.google.com/p/chromium/issues/detail?id=9324 Review URL: http://codereview.chromium.org/53081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12529 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12528 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
LayoutTests/fast/block/float/crash-on-absolute-positioning.html I upstreamed new results to WebKit in r41874: http://trac.webkit.org/changeset/41874 LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post.html Crash is fixed in CL: http://codereview.chromium.org/50077. Further failure is fixed in CL: http://codereview.chromium.org/53070 LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-progress-events.html First timeout was fixed in http://codereview.chromium.org/53070 This test is still time consuming in nature, it barely finishes in 10s. If we can set timeout to 20s for this test we can fully enable it. Review URL: http://codereview.chromium.org/42625 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12527 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
Review URL: http://codereview.chromium.org/45047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12526 0039d316-1c4b-4281-b951-d872f2087c98
-
patrick@chromium.org authored
This copy was fetched from: http://v8.googlecode.com/svn/data/benchmarks/v3 This copy is unmodified from its original source. Review URL: http://codereview.chromium.org/53069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12525 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Mar, 2009 3 commits
-
-
jar@chromium.org authored
The chaining of filters helped to guarantee that buffers were properly flushed when large expansions took place. That change assumed that a filter could be called with no input (as some filters need to be called repeatedly this way to purge massive internal state). The gzip and bzip filters were returning an error in that scenario. bug=9316 r=huanr Review URL: http://codereview.chromium.org/53074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12524 0039d316-1c4b-4281-b951-d872f2087c98
-
ericroman@google.com authored
The issue is that the test helper "SyncProxyService" is deleting the underlying ProxyService from the main thread, it should instead be deleted from IO thread. Deleting from the main thread allows for a small window where deletion of ProxyService can begin while ProxyService::ProcessRequestsQueue() is still executing. BUG=8738 Review URL: http://codereview.chromium.org/42596 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12523 0039d316-1c4b-4281-b951-d872f2087c98
-
sgk@google.com authored
selection of the system version of those libraries on Linux. Review URL: http://codereview.chromium.org/53076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12521 0039d316-1c4b-4281-b951-d872f2087c98
-