Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(262)

Side by Side Diff: content/app/resources/README.txt

Issue 2835203005: Draw the text area resizer with drawing commands (Closed)
Patch Set: New baselines Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The files listed below and found in this directory are copied from the 1 The files listed below and found in this directory are copied from the
2 Mozilla source tree, where they are licensed under the MPL/GPL/LGPL. While 2 Mozilla source tree, where they are licensed under the MPL/GPL/LGPL. While
3 binary files do not contain a license block, I have pasted the relevant 3 binary files do not contain a license block, I have pasted the relevant
4 Mozilla license block below. 4 Mozilla license block below.
5 5
6 /* ***** BEGIN LICENSE BLOCK ***** 6 /* ***** BEGIN LICENSE BLOCK *****
7 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 7 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
8 * 8 *
9 * The contents of this file are subject to the Mozilla Public License Version 9 * The contents of this file are subject to the Mozilla Public License Version
10 * 1.1 (the "License"); you may not use this file except in compliance with 10 * 1.1 (the "License"); you may not use this file except in compliance with
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 pan_icon.png 47 pan_icon.png
48 pan_east.cur 48 pan_east.cur
49 pan_middle.cur 49 pan_middle.cur
50 pan_north.cur 50 pan_north.cur
51 pan_north_east.cur 51 pan_north_east.cur
52 pan_north_west.cur 52 pan_north_west.cur
53 pan_south.cur 53 pan_south.cur
54 pan_south_east.cur 54 pan_south_east.cur
55 pan_south_west.cur 55 pan_south_west.cur
56 pan_west.cur 56 pan_west.cur
57 textarea_resize_corner.png
58 alias_cursor.png 57 alias_cursor.png
59 cell_cursor.png 58 cell_cursor.png
60 east_resize_cursor.png 59 east_resize_cursor.png
61 east_west_resize_cursor.png 60 east_west_resize_cursor.png
62 help_cursor.png 61 help_cursor.png
63 link_cursor.png 62 link_cursor.png
64 move_cursor.png 63 move_cursor.png
65 none_cursor.png 64 none_cursor.png
66 north_east_resize_cursor.png 65 north_east_resize_cursor.png
67 north_east_south_west_resize_cursor.png 66 north_east_south_west_resize_cursor.png
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY 98 THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
100 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 99 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
101 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 100 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
102 DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY 101 DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
103 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 102 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
104 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 103 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
105 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 104 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
106 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 105 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
107 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 106 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
108 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 107 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OLDNEW
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698