- 12 Aug, 2013 40 commits
-
-
yzshen@chromium.org authored
> Pepper: Move FileRef to the "new" resource proxy. > > This change moves the FileRef implementation from the previous one in the "old" > resource model (ppb_file_ref_impl.cc) to the "new" resource model > (pepper_file_ref_host.cc), and from the renderer to the browser. > > As many as possible of the supporting changes were split off to other changes > to minimize the size of this change. Unfortunately, a lot of changes for > URLLoader had to be rolled into this change. > > The data structures for CreateInfo have changed, and all users of FileRef have > to be moved over, which is what causes this change to be so large. > > TBR=dmichael@chromium.org, jschuh@chromium.org, yzshen@chromium.org > BUG=225441 > > Review URL: https://codereview.chromium.org/21966004 TBR=teravest@google.com Review URL: https://codereview.chromium.org/22903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217036 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/22817003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217035 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=268271 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22896002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217034 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=259092 NOTRY=true TEST=manual Review URL: https://chromiumcodereview.appspot.com/22877002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217033 0039d316-1c4b-4281-b951-d872f2087c98
-
pmarch@chromium.org authored
accessors when converting V8 values to base values. BUG=260978, 259093 Review URL: https://chromiumcodereview.appspot.com/19730002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217032 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
The leak happened when building built-in symbol table. We have recently completely refactored the way initial symbol-table is built. We no longer parse string. The symbols are manually allocated and inserted. BUG=109495 R=kbr@chromium.org Review URL: https://codereview.chromium.org/22264018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217031 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
The callstack refers to the old preprocessor, which is long gone. BUG=60656 R=kbr@chromium.org Review URL: https://codereview.chromium.org/22377003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217030 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=263984 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/22601007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217029 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
include/gpu/gl is not normally part of the skia include path; don't add it to include_dirs when building skia inside chromium. References to gl headers have been fixed to qualify the path properly. BUG= Review URL: https://chromiumcodereview.appspot.com/22736003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217027 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
Regression introduced by crrev.com/216268 Symptom is errors like: TypeError("argument of type 'NoneType' is not iterable",) BUG=270148 TEST=manual R=tonyg@chromium.org Review URL: https://codereview.chromium.org/22879002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217026 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=147070 TBR=cimamoglu@google.com Review URL: https://codereview.chromium.org/22577010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217025 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
The code in webkit/support/ is only used by webkit_unit_tests, which never needs to support accelerated 2d canvas or threaded compositing. This removes some dead code related to those features formerly used by DumpRenderTree. Review URL: https://chromiumcodereview.appspot.com/22311010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217024 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/22862003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217023 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217021 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=155925:155928&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/22838002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217020 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217019 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
R=reed@google.com Review URL: https://codereview.chromium.org/22860003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217018 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=270297 TEST=Manual tests on Lumpy Review URL: https://chromiumcodereview.appspot.com/22453006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217016 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217014 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217013 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This is no longer necessary with the new network connect code. BUG=249532 R=gauravsh@chromium.org Review URL: https://codereview.chromium.org/22761002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217012 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217011 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217010 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217009 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217008 0039d316-1c4b-4281-b951-d872f2087c98
-
alemate@chromium.org authored
BUG=141757 As far as I see, after migrating BootTime.Total BootTime.Firmware BootTime.Kernel BootTime.System BootTime.Chrome to chromeos, struct chromeos::BootTimesLoader::BootTimes becomes empty. So I've dropped it completely and all references to it. Probably class BootTimesLoader should also be renamed as it doesn't load any times anymore, but instead reports time marks. Please review. Review URL: https://chromiumcodereview.appspot.com/22262004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217006 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
- race in CommandLine::HasSwitch (issue 268946) - false positive in getaddrinfo/freeaddrinfo (issue 270675) BUG=268946,270675 TBR=timurrrr@chromium.org Review URL: https://codereview.chromium.org/22843003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217004 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Removed RunningInProduction and changed SessionServiceTestHelper to flush IO tasks when service is deleted. BUG=261414 Review URL: https://chromiumcodereview.appspot.com/22363005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217003 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
R=mark@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22859002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217002 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=264078 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/22339012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217001 0039d316-1c4b-4281-b951-d872f2087c98
-
mkosiba@chromium.org authored
This implements the flingScroll, pageUp and pageDown AwContents methods using the UI-thread scrolling mechanism. BUG=None TEST=AndroidWebViewTest Android-only change, ran through trybots. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22613004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217000 0039d316-1c4b-4281-b951-d872f2087c98
-
mvanouwerkerk@chromium.org authored
All location providers now run in the "Geolocation" thread started by GeolocationProviderImpl, so this todo is obsolete. BUG=60739 Review URL: https://chromiumcodereview.appspot.com/22821002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216999 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
This prepares for the next commit, which adds automatic resolution of client certificates which doesn't require a manual trigger by the user anymore. The only functional is that flimflam::kOpenVPNClientCertSlotProperty is not set anymore, because it was never supported by Shill and leads to errors with Service::SetProperties. BUG=234983, 126870 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/22588002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216997 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
Part of this code will be moved into a layered component, and these DEPS checks will make sure no new dependencies are introduced. BUG=271392 R=mnissler@chromium.org Review URL: https://codereview.chromium.org/22799003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216996 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
R=pfeldman Review URL: https://chromiumcodereview.appspot.com/22638017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216995 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiu@chromium.org authored
Screenshots in bug. BUG=270020 R=dubroy@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22855002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216994 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://inspectkaznacheev@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/22536006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216993 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
On bookmark edit dialog, text fields gets logical focus first, then NativeTextFieldViews gets real win32 focus, in which case InputMethodTSF fails to set focused TextInputClient for TSF. This CL adds calling InputMethod()->OnFocus() when NativeTextFieldViews (which is a TextInputClient as well) gets focus, to make sure InputMethodTSF can properly pass focused TextInputClient to TSF. BUG=265337 Review URL: https://chromiumcodereview.appspot.com/21751002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216992 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
This allows for tests which rely on CertLoader::IsHardwareBacked returning true. BUG=NONE R=agl@chromium.org, stevenjb@chromium.org Review URL: https://codereview.chromium.org/22407013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216991 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
$./build/sanitize-png-files.sh -o2 ui/resources Processed 127 files (out of 661 files) in 03:03:17s Result : 166368 => 151663 bytes (14705 bytes : 8 %) TBR=msw@chromium.org BUG=271299 Review URL: https://codereview.chromium.org/22843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216990 0039d316-1c4b-4281-b951-d872f2087c98
-