- 15 Aug, 2011 14 commits
-
-
altimofeev@chromium.org authored
BUG=chromium-os:17336 TEST=manual Review URL: http://codereview.chromium.org/7646015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96765 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=none TBR=avayvod@chromium.org Review URL: http://codereview.chromium.org/7649015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96764 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=glider BUG=51716 Review URL: http://codereview.chromium.org/7649014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96762 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
R=timurrrr@chromium.org BUG=92871 TEST=Verify that UserControllerTest doesn't run on buildbots. Review URL: http://codereview.chromium.org/7649013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96761 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=glider BUG=87500,89304,92159,92876 Review URL: http://codereview.chromium.org/7647017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96760 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=76386,87500 TBR=glider Review URL: http://codereview.chromium.org/7646014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96759 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change just fixes a possible typo in RGB->YUV conversion formulae. (If I recall correctly, 'v = 112 * r - 94 * g - 18 * b' as written in <http://en.wikipedia.org/wiki/YUV>.) (I noticed this issue when I implement RGB->YUV conversion in YASM.) BUG=none TEST=none Review URL: http://codereview.chromium.org/7519024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96756 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96755 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=thestig BUG=92717 Review URL: http://codereview.chromium.org/7633059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96753 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=88863 TBR=glider Review URL: http://codereview.chromium.org/7618038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96752 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=92620 TEST=no crash Review URL: http://codereview.chromium.org/7640020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96751 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
A background-page-moded Task Manager can be lunched by selecting "View Background Pages (xx)" on the menu, which is shown only when any background page is present. When background-page mode is enabled, the row of background tasks are hi-lighted. BUG=chromium-os:13885 TEST=manual on chromeos-chrome in Linux Review URL: http://codereview.chromium.org/7606029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96746 0039d316-1c4b-4281-b951-d872f2087c98
-
kushi.p@gmail.com authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7646011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96745 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
Without this, configure finds llvm-gcc and llvm-g++ if already installed on the system, which will likely be out of date relative to the LLVM being built. This causes "make check" to run additional tests using the system llvm-gcc and llvm-g++. Some of these tests will fail. Since we don't build or care about llvm-gcc, it's pointless to run these tests, and it's scary to run your compiler's test suite and see failures. BUG=none TEST=cd third_party/llvm-build; make check-all; make unittests for i in tools/clang/unittests/*/Release+Asserts/*Tests; do "${i}"; done Review URL: http://codereview.chromium.org/7646012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96744 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Aug, 2011 12 commits
-
-
thakis@chromium.org authored
This depends on RenderView overriding a method of WebFrameClient that was added in http://trac.webkit.org/changeset/56829 but subsequently removed in http://trac.webkit.org/changeset/56849 . Since the code has been nonfunctional for over 1 year, I figure it's safe to remove it. BUG=none TEST=none Review URL: http://codereview.chromium.org/7645015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96742 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
BUG=91845,92396,59243 TEST=*_valgrind try bots green. Review URL: http://codereview.chromium.org/7639019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96741 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96739 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This picks up the stringprintf.h include fix. BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7647006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96738 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96737 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
991: test-only change 992: msvs output 40% faster 993: changes to relative include paths in msvs output 994: test-only change 995: partial support for LD_DYLIB_INSTALL_NAME in macmake build BUG=90199,92699 TEST=none Review URL: http://codereview.chromium.org/7633054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96736 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
BUG=91871 Review URL: http://codereview.chromium.org/7649008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96732 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
A number of issues weren't addressed with the earlier patch for prerender + browsing history, particularly for instant pages. - The "remove first entry" option used by instant was not being handled correctly when there was only one committed entry in the NavigationController. - Renderer-issued navigations which were committed in the browser but not yet known by the browser/NavigationController were being incorrectly pruned. This did not happen regularly in the prerender case, but does in the instant case, particularly when changing what's typed in the omnibox. - Some additional sanity testing to make sure that the message is sent to the correct render process. - Additional unit tests are added. BUG=89798 TEST=NavigationControllerTest.CopyStateFromAndPrune*, RenderViewTest.SetHistoryLengthAndPrune. Review URL: http://codereview.chromium.org/7618016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96724 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96720 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
- To account for pepper plugins, it grows a type field - move WebPluginInfo from webkit::npapi to webkit:: and move the files as well. This will allow us to remove hacks to get pepper plugins to load soon BUG=89248 TEST=none Review URL: http://codereview.chromium.org/7648017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96718 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96714 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
TBR= BUG= TEST= Review URL: http://codereview.chromium.org/7648016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96713 0039d316-1c4b-4281-b951-d872f2087c98
-
- 13 Aug, 2011 14 commits
-
-
thakis@chromium.org authored
Now with objc++-cpp-output support in the Driver as well! BUG=92793 TEST=none TBR=hans Review URL: http://codereview.chromium.org/7618032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96712 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
available. Review URL: http://codereview.chromium.org/7629026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96711 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96710 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
TBR= BUG= TEST= Review URL: http://codereview.chromium.org/7649005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96709 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none TBR=rsleevi Review URL: http://codereview.chromium.org/7618030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96708 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This picks up support for -x objc++-cpp-output, which ccache needs. BUG=92793 TEST=none TBR=hans Review URL: http://codereview.chromium.org/7645013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96706 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=none TEST=none TBR=thakis Review URL: http://codereview.chromium.org/7648013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96705 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
This is necessary for implementing UI for virtual keyboard configuration. BUG=None TEST=ran unit_tests Review URL: http://codereview.chromium.org/7508014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96703 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Change the return type of Remove() to bool, and add a size_t output parameter. BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7618021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96702 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
It's safe to proceed if the browser's page_id is newer than the renderer's, for a given offset into the history list. BUG=89798 TEST=RenderViewTest.DontIgnoreBackAfterNavEntryLimit Review URL: http://codereview.chromium.org/7628029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96701 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96697 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
This patch depends on landing this WebKit patch first: https://bugs.webkit.org/show_bug.cgi?id=66067 BUG=none TEST=manually Review URL: http://codereview.chromium.org/7619015 TBR=fsamuel@chromium.org Review URL: http://codereview.chromium.org/7645012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96695 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This patch depends on landing this WebKit patch first: https://bugs.webkit.org/show_bug.cgi?id=66067 BUG=none TEST=manually Review URL: http://codereview.chromium.org/7619015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96694 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96691 0039d316-1c4b-4281-b951-d872f2087c98
-