author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 18 Aug 2010 10:37:55 +0300 | |
changeset 33 | 3e2da88830cd |
parent 30 | 5dc02b23752f |
permissions | -rw-r--r-- |
33
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
1 |
2010-07-01 Simon Hausmann <simon.hausmann@nokia.com> |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
2 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
3 |
Rubber-stamped by Laszlo Gombos. |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
4 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
5 |
[Qt][Symbian] Bumped up the maximum heap size to 96MB |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
6 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
7 |
* WebKit.pri: |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
8 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
9 |
2010-06-17 Alexis Menard <alexis.menard@nokia.com> |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
10 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
11 |
Reviewed by Kenneth Rohde Christiansen. |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
12 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
13 |
[Qt] Upstream the WebKit QML integration plugin |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
14 |
https://bugs.webkit.org/show_bug.cgi?id=40050 |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
15 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
16 |
Add to the build the QML WebKit integration plugin. |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
17 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
18 |
* WebKit.pro: |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
19 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
20 |
2010-06-17 Mark Brand <mabrand@mabrand.nl> |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
21 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
22 |
Reviewed by Simon Hausmann. |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
23 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
24 |
[Qt] use "win32-g++*" scope to match all MinGW makespecs |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
25 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
26 |
The scope "win32-g++" comes from the name of the makespec. However, it |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
27 |
is frequently used to check for MinGW. This works fine as long as |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
28 |
win32-g++ is the only makespec for MinGW. Now we need the wildcard |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
29 |
to cover "win32-g++-cross" as well. |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
30 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
31 |
* WebKit.pri: |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
32 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
33 |
2010-05-04 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
34 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
35 |
Unreviewed, build fix for Symbian. |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
36 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
37 |
[Symbian] Symbian builds does not support shadow builds |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
38 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
39 |
Revision r54715 broke the Symbian build. For Symbian |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
40 |
the include directory is generated in the root of the source tree. |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
41 |
This patch sets the INCLUDEPATH accordingly for Symbian. |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
42 |
|
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
43 |
* WebKit.pri: |
3e2da88830cd
Revision: 201031
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
30
diff
changeset
|
44 |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
45 |
2010-05-14 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
46 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
47 |
Rubber-stamped by Antti Koivisto. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
48 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
49 |
[Qt] Rename QtLauncher to QtTestBrowser |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
50 |
https://bugs.webkit.org/show_bug.cgi?id=37665 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
51 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
52 |
* WebKit.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
53 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
54 |
2010-05-12 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
55 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
56 |
Reviewed by Kenneth Rohde Christiansen. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
57 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
58 |
[Qt] Detect debug mode consistently |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
59 |
https://bugs.webkit.org/show_bug.cgi?id=38863 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
60 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
61 |
* WebKit.pri: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
62 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
63 |
2010-04-09 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
64 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
65 |
Unreviewed crash fix. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
66 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
67 |
Revert part of 57320 that would remove NDEBUG in release builds for |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
68 |
DRT, etc. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
69 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
70 |
* WebKit.pri: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
71 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
72 |
2010-04-09 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
73 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
74 |
Reviewed by Simon Hausmann. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
75 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
76 |
[Qt] Fix crashes with package builds in release |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
77 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
78 |
* WebKit.pri: Don't randomly add NDEBUG to the defines. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
79 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
80 |
2010-04-07 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
81 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
82 |
Reviewed by Kenneth Rohde Christiansen. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
83 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
84 |
[Qt] Fix trunk (non-standalone) builds for Symbian |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
85 |
https://bugs.webkit.org/show_bug.cgi?id=37136 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
86 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
87 |
Test for source files before building instead of relying on |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
88 |
standalone_package config. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
89 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
90 |
* WebKit.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
91 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
92 |
2010-03-26 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
93 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
94 |
Reviewed by Simon Hausmann. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
95 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
96 |
[Qt] Build JavaScriptCore as a static library. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
97 |
https://bugs.webkit.org/show_bug.cgi?id=36590 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
98 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
99 |
This patch takes what was left of the unused JavaScriptCore.pro |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
100 |
and moved the compilation logic from JavaScriptCore.pri to |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
101 |
JavaScriptCore.pro. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
102 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
103 |
* WebKit.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
104 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
105 |
2010-03-16 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
106 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
107 |
Rubber-stamped by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
108 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
109 |
Update library version for 1.1.90 release. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
110 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
111 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
112 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
113 |
2010-03-16 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
114 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
115 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
116 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
117 |
Bump version for 1.1.90 release. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
118 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
119 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
120 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
121 |
2010-03-16 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
122 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
123 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
124 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
125 |
Add support for Fast Mobile Scrolling in the build system. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
126 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
127 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
128 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
129 |
2010-03-16 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
130 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
131 |
Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
132 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
133 |
* .gitattributes: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
134 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
135 |
2010-03-12 Scott Byer <scottbyer@chromium.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
136 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
137 |
Reviewed by David Levin. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
138 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
139 |
Popup font size needs to be exposed to clients. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
140 |
https://bugs.webkit.org/show_bug.cgi?id=35990 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
141 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
142 |
Add function to expose the popup menu font size, add a field to |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
143 |
WebPopupMenuInfo that receives that information to convey that to |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
144 |
the web view client's createPopupMenu() call. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
145 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
146 |
* WebCore/platform/chromium/PopupMenuChromium.cpp: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
147 |
* WebCore/platform/chromium/PopupMenuChromium.h: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
148 |
* WebKit/chromium/public/WebPopupMenuInfo.h: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
149 |
* WebKit/chromium/src/ChromeClientImpl.cpp: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
150 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
151 |
2010-03-11 Adam Roben <aroben@apple.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
152 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
153 |
Teach git about ObjC files |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
154 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
155 |
Fixes <http://webkit.org/b/36015>. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
156 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
157 |
Reviewed by Tim Hatcher. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
158 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
159 |
* .gitattributes: Set the diff attribute for .m and .mm files, and .h |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
160 |
files in Mac-specific directories. This can be used to generate |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
161 |
more-readable diffs of ObjC files. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
162 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
163 |
2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
164 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
165 |
Unreviewed. Versioning for 1.1.23. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
166 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
167 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
168 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
169 |
2010-03-09 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
170 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
171 |
Unreviewed distcheck fix. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
172 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
173 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
174 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
175 |
2010-03-08 Jian Li <jianli@chromium.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
176 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
177 |
Reviewed by Dmitry Titov. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
178 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
179 |
Blob.slice support. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
180 |
https://bugs.webkit.org/show_bug.cgi?id=32993 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
181 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
182 |
Add ENABLE_BLOB_SLICE feature define. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
183 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
184 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
185 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
186 |
2010-03-04 Fridrich Strba <fridrich.strba@bluewin.ch> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
187 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
188 |
Reviewed by Holger Freyther. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
189 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
190 |
https://bugs.webkit.org/show_bug.cgi?id=35726 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
191 |
Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
192 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
193 |
Removing orphaned #if USE. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
194 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
195 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
196 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
197 |
2010-03-04 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
198 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
199 |
Reviewed by Tor Arne Vestbø. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
200 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
201 |
[Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
202 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
203 |
This also allows shadow builds relying only on qmake to work properly. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
204 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
205 |
* WebKit.pri: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
206 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
207 |
2010-03-03 Fridrich Strba <fridrich.strba@bluewin.ch> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
208 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
209 |
Reviewed by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
210 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
211 |
Miscellaneous little fixes for the windows build of webkit-gtk |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
212 |
https://bugs.webkit.org/show_bug.cgi?id=35640 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
213 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
214 |
* GNUmakefile.am: On Windows with GCC, presence of |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
215 |
__declspec(dllexport) on some symbols disables the autoexport/autoimport |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
216 |
feature for all others. Using regex here assures that all symbols that |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
217 |
need to be exported in the dll are actually exported. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
218 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
219 |
2010-03-02 Arno Renevier <arno@renevier.net> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
220 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
221 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
222 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
223 |
[Gtk] implements ChromeClient::requestGeolocationPermissionForFrame |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
224 |
https://bugs.webkit.org/show_bug.cgi?id=35210 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
225 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
226 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
227 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
228 |
2010-03-02 Dmitry Titov <dimich@chromium.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
229 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
230 |
Reviewed by Alexey Proskuryakov. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
231 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
232 |
Ignore compiled Java test cases in .gitignore. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
233 |
https://bugs.webkit.org/show_bug.cgi?id=35559 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
234 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
235 |
* .gitignore: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
236 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
237 |
2010-02-26 Arno Renevier <arno@renevier.net> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
238 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
239 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
240 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
241 |
[Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
242 |
https://bugs.webkit.org/show_bug.cgi?id=35424 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
243 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
244 |
* .gitignore: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
245 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
246 |
2010-02-24 Sam Kerner <skerner@chromium.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
247 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
248 |
Reviewed by Darin Fisher. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
249 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
250 |
Expose WebFrame::setCanHaveScrollbars(). This allows a view |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
251 |
which is being resized to not need scroll bars to ensure that |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
252 |
they are not drawn. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
253 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
254 |
Existing function setAllowsScrolling() was renamed |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
255 |
setCanHaveScrollbars(), to be consistant with change 37159: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
256 |
http://trac.webkit.org/changeset/37159 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
257 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
258 |
https://bugs.webkit.org/show_bug.cgi?id=35257 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
259 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
260 |
* WebKit/chromium/public/WebFrame.h: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
261 |
* WebKit/chromium/src/ChromeClientImpl.cpp: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
262 |
* WebKit/chromium/src/WebFrameImpl.cpp: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
263 |
* WebKit/chromium/src/WebFrameImpl.h: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
264 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
265 |
2010-02-19 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
266 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
267 |
Reviewed by Kenneth Rohde Christiansen. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
268 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
269 |
[Qt] Remove QGVLauncher |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
270 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
271 |
https://bugs.webkit.org/show_bug.cgi?id=35292 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
272 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
273 |
* WebKit.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
274 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
275 |
2010-02-24 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
276 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
277 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
278 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
279 |
Enable SharedWorkers by default, since that's been the default for |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
280 |
a long time in our build-webkit configuration. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
281 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
282 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
283 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
284 |
2010-02-23 James Choi <jchoi42@pha.jhu.edu> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
285 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
286 |
Add Solaris definitions |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
287 |
https://bugs.webkit.org/show_bug.cgi?id=35214 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
288 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
289 |
* WebKit/chromium/src/WebViewImpl.cpp |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
290 |
* WebKit/chromium/src/WebFrameImpl.cpp |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
291 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
292 |
2010-02-23 Arno Renevier <arno@renevier.net> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
293 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
294 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
295 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
296 |
[Gtk]: testwebview does not work when called with absolute path |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
297 |
https://bugs.webkit.org/show_bug.cgi?id=34940 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
298 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
299 |
When testwebview is called as absolute path, chdir to executable |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
300 |
directory before searching resource files. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
301 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
302 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
303 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
304 |
2010-02-23 Leandro Pereira <leandro@profusion.mobi> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
305 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
306 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
307 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
308 |
Changes references of GOwnPtr to reflect their new place. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
309 |
http://webkit.org/b/35084 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
310 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
311 |
* JavaScriptCore/JavaScriptCore.gypi: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
312 |
* JavaScriptCore/wtf/Threading.h: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
313 |
* JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
314 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
315 |
2010-02-23 Leandro Pereira <leandro@profusion.mobi> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
316 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
317 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
318 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
319 |
Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
320 |
again. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
321 |
http://webkit.org/b/35084 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
322 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
323 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
324 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
325 |
2010-02-23 Diego Escalante Urrelo <descalante@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
326 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
327 |
Reviewed by Eric Seidel. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
328 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
329 |
[gtk] missing libsoup-2.4 package in gir generation |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
330 |
https://bugs.webkit.org/show_bug.cgi?id=35199 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
331 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
332 |
Include libsoup-2.4 package in gobject introspection .gir generation. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
333 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
334 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
335 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
336 |
2010-02-22 Huahui Wu <hwu@google.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
337 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
338 |
Reviewed by Eric Seidel. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
339 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
340 |
Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT) |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
341 |
in Android. It's disabled by default, but is enabled when the |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
342 |
enveronment variable ENABLE_JSC_JIT is set to true. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
343 |
https://bugs.webkit.org/show_bug.cgi?id=34855 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
344 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
345 |
* Android.mk: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
346 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
347 |
2010-02-22 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
348 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
349 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
350 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
351 |
Bump library versioning for 1.1.22 release. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
352 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
353 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
354 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
355 |
2010-02-22 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
356 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
357 |
Reviewed by Kenneth Rohde Christiansen. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
358 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
359 |
[Qt] Add support for layout tests on Symbian |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
360 |
https://bugs.webkit.org/show_bug.cgi?id=31589 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
361 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
362 |
* WebKit.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
363 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
364 |
2010-02-20 Noam Rosenthal <noam.rosenthal@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
365 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
366 |
Reviewed by Laszlo Gombos. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
367 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
368 |
[Qt] ENABLE_3D_RENDERING should be optional |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
369 |
https://bugs.webkit.org/show_bug.cgi?id=35100 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
370 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
371 |
* WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
372 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
373 |
2010-02-19 Maciej Stachowiak <mjs@apple.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
374 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
375 |
Reviewed by David Levin. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
376 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
377 |
Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
378 |
https://bugs.webkit.org/show_bug.cgi?id=35147 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
379 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
380 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
381 |
|
19
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
382 |
2010-02-18 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
383 |
|
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
384 |
Reviewed by Eric Seidel. |
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
385 |
|
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
386 |
Add .gitattributes file for custom ChangeLog merge-driver |
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
387 |
|
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
388 |
* .gitattributes: Added. |
fcece45ef507
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
3
diff
changeset
|
389 |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
390 |
2010-02-17 Noam Rosenthal <noam.rosenthal@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
391 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
392 |
Reviewed by Ariya Hidayat. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
393 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
394 |
[Qt] GraphicsLayer: support perspective and 3D transforms |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
395 |
https://bugs.webkit.org/show_bug.cgi?id=34960 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
396 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
397 |
* WebKit.pri: added appropriate define: ENABLED_3D_RENDERING |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
398 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
399 |
2010-02-15 Philippe Normand <pnormand@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
400 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
401 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
402 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
403 |
[GStreamer] Should handle BUFFERING messages |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
404 |
https://bugs.webkit.org/show_bug.cgi?id=30004 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
405 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
406 |
* configure.ac: Bump gstreamer -core/-plugins-base requirements to |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
407 |
0.10.25 which is the minimum required version for on-disk buffering. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
408 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
409 |
2010-02-16 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
410 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
411 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
412 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
413 |
Bump version to 1.1.22 so we can depend on it in applications. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
414 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
415 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
416 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
417 |
2010-02-12 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
418 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
419 |
Reviewed by Holger Freyther. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
420 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
421 |
Removed WMLInputElement.* from .gitattributes as the file is |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
422 |
now CRLF clean. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
423 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
424 |
* .gitattributes: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
425 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
426 |
2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
427 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
428 |
Reviewed by Tor Arne Vestbø. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
429 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
430 |
[Qt] Make qtlauncher and qgvlauncher use the generated headers |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
431 |
path to make sure they are correctly generated. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
432 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
433 |
* WebKit.pri: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
434 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
435 |
2010-02-10 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
436 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
437 |
Reviewed by Tor Arne Vestbø. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
438 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
439 |
[Qt] Manually add support for the install target on Symbian. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
440 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
441 |
This is required to copy the headers over the ones in Qt. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
442 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
443 |
* WebKit.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
444 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
445 |
2010-02-11 Fridrich Strba <fridrich.strba@bluewin.ch> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
446 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
447 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
448 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
449 |
Detect properly different versions of libpng out there. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
450 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
451 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
452 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
453 |
2010-02-11 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
454 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
455 |
Try to fix GTK+ build. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
456 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
457 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
458 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
459 |
2010-02-11 Antonio Gomes <tonikitoo@webkit.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
460 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
461 |
Reviewed by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
462 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
463 |
Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23). |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
464 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
465 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
466 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
467 |
2010-02-08 Maciej Stachowiak <mjs@apple.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
468 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
469 |
Reviewed by Cameron Zwarich. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
470 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
471 |
Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
472 |
https://bugs.webkit.org/show_bug.cgi?id=34698 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
473 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
474 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
475 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
476 |
2010-02-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
477 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
478 |
Reviewed by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
479 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
480 |
Bump version to 1.1.21, and adjust library versioning accordingly. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
481 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
482 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
483 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
484 |
2010-02-05 Sebastian Dröge <sebastian.droege@collabora.co.uk> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
485 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
486 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
487 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
488 |
Add gstreamer-app-0.10 to configure.ac |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
489 |
https://bugs.webkit.org/show_bug.cgi?id=34317 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
490 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
491 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
492 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
493 |
2010-02-05 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
494 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
495 |
Reviewed by Tor Arne Vestbø. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
496 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
497 |
Add .gitattributes file to tell git about files with Windows linefeeds |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
498 |
https://bugs.webkit.org/show_bug.cgi?id=34645 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
499 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
500 |
On Windows git defaults to "true" for core.autocrlf, meaning all text |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
501 |
files in the working directory are converted from CRLF to LF on checkin |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
502 |
time. Some files present in the repository have been checked in with |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
503 |
CRLF linefeeds and git should not try to convert them. The added |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
504 |
.gitattributes file tells git to not do any CRLF conversion. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
505 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
506 |
* .gitattributes: Added. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
507 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
508 |
2010-02-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
509 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
510 |
Reviewed by Simon Hausmann. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
511 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
512 |
[Qt] Generate convenience headers (QWebView, etc) using qmake |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
513 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
514 |
In Qt this is done using syncqt, but we use a pro-file instead |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
515 |
that generates makefile-rules for each of the extra headers. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
516 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
517 |
These extra headers are installed alongside the normal headers. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
518 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
519 |
* DerivedSources.pro: Include API-DerivedSources |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
520 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
521 |
2010-02-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
522 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
523 |
Reviewed by Lars Knoll. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
524 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
525 |
[Qt] Make 'make -f Makefile.DerivedSources qmake' work |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
526 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
527 |
Previously this target ended up generating a file named |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
528 |
Makefile.DerivedSources.DerivedSources, and so on. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
529 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
530 |
* DerivedSources.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
531 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
532 |
2010-02-04 Christian Dywan <christian@twotasts.de> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
533 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
534 |
Reviewed by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
535 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
536 |
Require either libsoup 2.28.2 or 2.29.90. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
537 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
538 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
539 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
540 |
2010-02-04 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
541 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
542 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
543 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
544 |
Bump minimum libsoup requirement to 2.29.90 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
545 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
546 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
547 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
548 |
2010-02-02 Gustavo Noronha Silva <gns@gnome.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
549 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
550 |
Reviewed by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
551 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
552 |
Bump version, and adjust library versioning for 1.1.20. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
553 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
554 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
555 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
556 |
2010-01-29 Jeremy Orlow <jorlow@chromium.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
557 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
558 |
Reviewed by Dimitri Glazkov. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
559 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
560 |
A first step towards the Indexed Database API |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
561 |
https://bugs.webkit.org/show_bug.cgi?id=34342 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
562 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
563 |
Add Indexed Database API |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
564 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
565 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
566 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
567 |
2010-01-27 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
568 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
569 |
Reviewed by Kenneth Rohde Christiansen. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
570 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
571 |
[Qt] Don't build the tests in packages, only the launcher(s) |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
572 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
573 |
* WebKit.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
574 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
575 |
2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
576 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
577 |
Reviewed by Tor Arne Vestbø. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
578 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
579 |
[Qt] Add the "d" suffix to QtWebKit's dll on Windows. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
580 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
581 |
* WebKit.pri: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
582 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
583 |
2010-01-27 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
584 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
585 |
Unreviewed build fix |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
586 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
587 |
[Qt] Build fix for windows when QTDIR contains release libraries. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
588 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
589 |
* WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
590 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
591 |
2010-01-26 Jedrzej Nowacki <jedrzej.nowacki@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
592 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
593 |
Reviewed by Simon Hausmann. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
594 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
595 |
First steps of the QtScript API. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
596 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
597 |
Two new classes were created; QScriptEngine and QScriptValue. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
598 |
The first should encapsulate a javascript context and the second a script |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
599 |
value. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
600 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
601 |
This API is still in development, so it isn't compiled by default. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
602 |
To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
603 |
build-webkit. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
604 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
605 |
https://bugs.webkit.org/show_bug.cgi?id=32565 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
606 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
607 |
* WebKit.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
608 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
609 |
2010-01-25 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
610 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
611 |
Reviewed by Laszlo Gombos. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
612 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
613 |
[Qt] Fix the build on Maemo5. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
614 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
615 |
https://bugs.webkit.org/show_bug.cgi?id=34051 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
616 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
617 |
* WebKit.pri: Disable the use of uitools, just like it's done for Symbian. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
618 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
619 |
2010-01-21 No'am Rosenthal <noam.rosenthal@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
620 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
621 |
Reviewed by Antti Koivisto. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
622 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
623 |
[Qt] Implement GraphicsLayer for accelerated layer compositing |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
624 |
https://bugs.webkit.org/show_bug.cgi?id=33514 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
625 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
626 |
* WebKit.pri: Addded compile flags to enable accelerated compositing |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
627 |
on versions higher than 4.5 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
628 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
629 |
2010-01-20 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
630 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
631 |
Reviewed by Simon Hausmann. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
632 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
633 |
[Qt] Make DumpRenderTree build on Windows |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
634 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
635 |
* WebKit.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
636 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
637 |
2010-01-20 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
638 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
639 |
Reviewed by Simon Hausmann. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
640 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
641 |
[Qt] Fix the recursive generated_files target to work with qmake -r -o |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
642 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
643 |
* DerivedSources.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
644 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
645 |
2010-01-20 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
646 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
647 |
Reviewed by Tor Arne Vestbø. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
648 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
649 |
[Qt] Make it possible (on *nix at least) to recursively call "make generated_files" |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
650 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
651 |
* DerivedSources.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
652 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
653 |
2010-01-19 Gustavo Noronha Silva <gns@gnome.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
654 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
655 |
Unreviewed. Shared library versioning update for 1.1.19. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
656 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
657 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
658 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
659 |
2010-01-15 Gustavo Noronha Silva <gns@gnome.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
660 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
661 |
Rubber-stamped by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
662 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
663 |
Bump version to 1.1.19. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
664 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
665 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
666 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
667 |
2010-01-14 Csaba Osztrogonác <ossy@webkit.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
668 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
669 |
Reviewed by Eric Seidel. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
670 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
671 |
[Qt] Defective dependencies caused build failing on QtBuildBot. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
672 |
https://bugs.webkit.org/show_bug.cgi?id=33693 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
673 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
674 |
* WebKit.pri: CONFIG += depend_includepath added. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
675 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
676 |
2010-01-14 Steve Block <steveblock@google.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
677 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
678 |
Reviewed by David Levin. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
679 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
680 |
Moves general includes before bindings includes in Android build system. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
681 |
https://bugs.webkit.org/show_bug.cgi?id=33623 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
682 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
683 |
This avoids problems with collisions between WebCore/platform/text/StringBuilder.h |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
684 |
and the new JavaScriptCore/runtime/StringBuilder.h. This change puts |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
685 |
JavaScriptCore/runtime and other bindings includes after the WebCore and other |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
686 |
general includes, so that the WebCore StringBuilder.h is picked up when building |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
687 |
WebCore. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
688 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
689 |
* Android.mk: Modified. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
690 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
691 |
2010-01-13 Jocelyn Turcotte <jocelyn.turcotte@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
692 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
693 |
Reviewed by Simon Hausmann. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
694 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
695 |
[Qt] Split the build process in two different .pro files. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
696 |
This allows qmake to be run once all source files are available. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
697 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
698 |
* DerivedSources.pro: Added. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
699 |
* WebKit.pri: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
700 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
701 |
2010-01-07 Daniel Bates <dbates@rim.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
702 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
703 |
Reviewed by Eric Seidel. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
704 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
705 |
https://bugs.webkit.org/show_bug.cgi?id=32987 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
706 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
707 |
Added ENABLE_XHTMLMP flag. Disabled by default. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
708 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
709 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
710 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
711 |
2010-01-05 Gustavo Noronha Silva <gns@gnome.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
712 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
713 |
Reviewed by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
714 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
715 |
Based on idea and original patch by Evan Martin. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
716 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
717 |
Remove libWebCore intermediate library, to improve link time. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
718 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
719 |
[GTK] Build time must be reduced |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
720 |
https://bugs.webkit.org/show_bug.cgi?id=32921 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
721 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
722 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
723 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
724 |
2010-01-05 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
725 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
726 |
Bump for 1.1.18 release. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
727 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
728 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
729 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
730 |
2010-01-04 Gustavo Noronha Silva <gns@gnome.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
731 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
732 |
Fix JSCore-1.0.gir path to fix make distcheck. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
733 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
734 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
735 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
736 |
2010-01-04 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
737 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
738 |
Reviewed by Tor Arne Vestbø. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
739 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
740 |
[Qt] Fix standalone package builds. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
741 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
742 |
* WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
743 |
* WebKit.pro: Don't build JSC and DRT for package builds. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
744 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
745 |
2010-01-04 Eric Seidel <eric@webkit.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
746 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
747 |
Reviewed by Adam Barth. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
748 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
749 |
bugzilla-tool should not require users to install mechanize |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
750 |
https://bugs.webkit.org/show_bug.cgi?id=32635 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
751 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
752 |
* .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
753 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
754 |
2009-12-28 Estêvão Samuel Procópio <tevaum@gmail.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
755 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
756 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
757 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
758 |
Bug 32940: [GTK] Changing the download throttle conditions. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
759 |
https://bugs.webkit.org/show_bug.cgi?id=32716 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
760 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
761 |
The WebKitDownload progress notification was taking long to |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
762 |
update. This fix makes notification happens each 0.7 secs |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
763 |
or when the progress ups in 1%. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
764 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
765 |
* WebKit/gtk/webkit/webkitdownload.cpp: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
766 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
767 |
2009-12-22 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
768 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
769 |
Rubber-stamped by Holger Freyther. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
770 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
771 |
Adjusted path to QtLauncher. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
772 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
773 |
* WebKit.pro: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
774 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
775 |
2009-12-19 Evan Martin <evan@chromium.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
776 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
777 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
778 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
779 |
Add a couple of WebKitGtk files to .gitignore. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
780 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
781 |
* .gitignore: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
782 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
783 |
2009-12-18 Benjamin Otte <otte@gnome.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
784 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
785 |
Reviewed by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
786 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
787 |
[GTK] RemoveDashboard support. It's useless. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
788 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
789 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
790 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
791 |
2009-12-18 Simon Hausmann <simon.hausmann@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
792 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
793 |
Reviewed by Tor Arne Vestbø. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
794 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
795 |
[Qt] Clean up the qmake build system to distinguish between trunk builds and package builds |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
796 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
797 |
https://bugs.webkit.org/show_bug.cgi?id=32716 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
798 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
799 |
* WebKit.pri: Use standalone_package instead of QTDIR_build |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
800 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
801 |
2009-12-17 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
802 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
803 |
Unreviewed. Build fixes for make distcheck. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
804 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
805 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
806 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
807 |
2009-12-16 Dan Winship <danw@gnome.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
808 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
809 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
810 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
811 |
[Gtk] Content-Encoding support |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
812 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
813 |
https://bugs.webkit.org/show_bug.cgi?id=522772 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
814 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
815 |
* configure.ac: require libsoup 2.28.2 for SoupContentDecoder |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
816 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
817 |
2009-12-13 Eric Seidel <eric@webkit.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
818 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
819 |
Reviewed by Gavin Barraclough. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
820 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
821 |
string-base64 test does not compute a valid base64 string |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
822 |
http://bugs.webkit.org/show_bug.cgi?id=16806 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
823 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
824 |
* tests/string-base64.js: change str[i] to str.charCodeAt(i) |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
825 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
826 |
2009-12-10 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
827 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
828 |
Reviewed by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
829 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
830 |
[GTK] Should provide an API to control the IconDatabase |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
831 |
https://bugs.webkit.org/show_bug.cgi?id=32334 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
832 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
833 |
Add test to make sure favicon reporting works. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
834 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
835 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
836 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
837 |
2009-12-09 Steve Block <steveblock@google.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
838 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
839 |
Reviewed by Adam Barth. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
840 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
841 |
Adds Android Makefiles for building with V8. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
842 |
https://bugs.webkit.org/show_bug.cgi?id=32278 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
843 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
844 |
* Android.mk: Modified. Includes Makefiles for V8. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
845 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
846 |
2009-12-08 Steve Block <steveblock@google.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
847 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
848 |
Reviewed by Adam Barth. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
849 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
850 |
[Android] Adds Makefiles for Android port. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
851 |
https://bugs.webkit.org/show_bug.cgi?id=31325 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
852 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
853 |
* Android.mk: Added. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
854 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
855 |
2009-12-08 Christian Dywan <christian@twotoasts.de> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
856 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
857 |
Reviewed by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
858 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
859 |
* configure.ac: Require only libSoup 2.27.91 but check for 2.29.3 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
860 |
and define HAVE_LIBSOUP_2_29_3 in that case. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
861 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
862 |
2009-12-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
863 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
864 |
Rubber-stamped by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
865 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
866 |
Late post-release version bump. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
867 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
868 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
869 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
870 |
2009-12-08 Dominik Röttsches <dominik.roettsches@access-company.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
871 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
872 |
Reviewed by Gustavo Noronha Silva. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
873 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
874 |
[Gtk] Create a TextBreakIterator implementation based on GLib (without ICU) |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
875 |
https://bugs.webkit.org/show_bug.cgi?id=31469 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
876 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
877 |
Removing hybrid configuration for --with-unicode-backend=glib |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
878 |
ICU not required anymore. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
879 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
880 |
* autotools/webkit.m4: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
881 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
882 |
2009-12-08 Nikolas Zimmermann <nzimmermann@rim.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
883 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
884 |
Rubber-stamped by Maciej Stachowiak. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
885 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
886 |
Turn on (SVG) Filters for Gtk. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
887 |
https://bugs.webkit.org/show_bug.cgi?id=32224 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
888 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
889 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
890 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
891 |
2009-12-07 Dmitry Titov <dimich@chromium.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
892 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
893 |
Rubber-stamped by Darin Adler. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
894 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
895 |
Remove ENABLE_SHARED_SCRIPT flags |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
896 |
https://bugs.webkit.org/show_bug.cgi?id=32245 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
897 |
This patch was obtained by "git revert" command and then un-reverting of ChangeLog files. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
898 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
899 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
900 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
901 |
2009-12-06 Gustavo Noronha Silva <gns@gnome.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
902 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
903 |
Reviewed by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
904 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
905 |
Build the new API test. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
906 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
907 |
[GTK] REGRESSION: webkit thinks it can render PDFs |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
908 |
https://bugs.webkit.org/show_bug.cgi?id=32183 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
909 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
910 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
911 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
912 |
2009-12-05 Vincent Untz <vuntz@gnome.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
913 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
914 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
915 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
916 |
Fixes race for builds with introspection enabled, and parallel |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
917 |
make. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
918 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
919 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
920 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
921 |
2009-12-04 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
922 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
923 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
924 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
925 |
[GTK]Enable DNS prefetching |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
926 |
https://bugs.webkit.org/show_bug.cgi?id=23846 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
927 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
928 |
Bump libsoup required version to 2.29.3 for DNS prefetching. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
929 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
930 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
931 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
932 |
2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
933 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
934 |
Rubber-stamped by Xan Lopez. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
935 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
936 |
Make sure we distribute and install GObject Introspection files. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
937 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
938 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
939 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
940 |
2009-11-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
941 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
942 |
Build fix. Make sure JSCore-1.0.gir is added to the distributed |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
943 |
tarball. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
944 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
945 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
946 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
947 |
2009-11-30 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
948 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
949 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
950 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
951 |
Bump versions for 1.1.17 release. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
952 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
953 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
954 |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
955 |
2009-11-30 Jan-Arve Sæther <jan-arve.saether@nokia.com> |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
956 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
957 |
Reviewed by Simon Hausmann. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
958 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
959 |
[Qt] Fix compilation with win32-icc |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
960 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
961 |
Include os-win32 for stdint.h since MS does not ship that in their PSDK. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
962 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
963 |
* WebKit.pri: |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
964 |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
965 |
2009-11-26 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
966 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
967 |
Reviewed by Oliver Hunt. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
968 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
969 |
Move GOwnPtr* from wtf to wtf/gtk |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
970 |
https://bugs.webkit.org/show_bug.cgi?id=31793 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
971 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
972 |
* GNUmakefile.am: Add JavaScriptCore/wtf/gtk to |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
973 |
the include path. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
974 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
975 |
2009-11-24 Dmitry Titov <dimich@chromium.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
976 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
977 |
Reviewed by Eric Seidel. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
978 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
979 |
Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
980 |
https://bugs.webkit.org/show_bug.cgi?id=31444 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
981 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
982 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
983 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
984 |
2009-11-24 Jason Smith <dark.panda@gmail.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
985 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
986 |
Reviewed by Alexey Proskuryakov. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
987 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
988 |
RegExp#exec's returned Array-like object behaves differently from |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
989 |
regular Arrays |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
990 |
https://bugs.webkit.org/show_bug.cgi?id=31689 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
991 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
992 |
* LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
993 |
* LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
994 |
* LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
995 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
996 |
2009-11-24 Jens Alfke <snej@chromium.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
997 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
998 |
Reviewed by David Levin. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
999 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1000 |
Ignore Chromium's Xcode projects that are auto-generated from .gyp files. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1001 |
https://bugs.webkit.org/show_bug.cgi?id=31847 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1002 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1003 |
* .gitignore: Add three .xcodeproj files. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1004 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1005 |
2009-11-09 Priit Laes <plaes@plaes.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1006 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1007 |
Reviewed by Oliver Hunt. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1008 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1009 |
[Gtk] Build from tarball fails with --enable-introspection |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1010 |
https://bugs.webkit.org/show_bug.cgi?id=31261 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1011 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1012 |
We need to enable gobject-introspection during distcheck otherwise |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1013 |
some of the required files are missing in tarball. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1014 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1015 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1016 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1017 |
2009-11-05 Priit Laes <plaes@plaes.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1018 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1019 |
Reviewed by Jan Alonzo. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1020 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1021 |
[Gtk] Build failure with --enable-introspection |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1022 |
https://bugs.webkit.org/show_bug.cgi?id=31102 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1023 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1024 |
Add search and include paths for JSCore-1.0.gir required by |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1025 |
gobject-introspection tools. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1026 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1027 |
* GNUmakefile.am: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1028 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1029 |
2009-11-04 Benjamin Otte <otte@gnome.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1030 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1031 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1032 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1033 |
Update Cairo requirement to 1.6. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1034 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1035 |
https://bugs.webkit.org/show_bug.cgi?id=19266 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1036 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1037 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1038 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1039 |
2009-11-02 Estêvão Samuel Procópio <tevaum@gmail.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1040 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1041 |
Reviewed by Gustavo Noronha. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1042 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1043 |
[Build] make install ignores --prefix option for gobject-introspection. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1044 |
https://bugs.webkit.org/show_bug.cgi?id=31025 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1045 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1046 |
Make the build system use the --prefix path also when installing |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1047 |
gobject-introspection files. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1048 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1049 |
* configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1050 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1051 |
2009-11-02 Xan Lopez <xlopez@igalia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1052 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1053 |
Bump version before release (or post-release, depending on your |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1054 |
point of view) so that we can make applications depending on |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1055 |
unreleased APIs in WebKit svn fail at configure time when the |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1056 |
requirements are not met. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1057 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1058 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1059 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1060 |
2009-11-01 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1061 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1062 |
Reviewed by Eric Seidel. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1063 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1064 |
Turn on warnings for QtWebKit for gcc |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1065 |
https://bugs.webkit.org/show_bug.cgi?id=30958 |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1066 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1067 |
* WebKit.pri: Turn on warnings for the GCC compiler |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1068 |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1069 |
2009-10-30 Adam Barth <abarth@webkit.org> |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1070 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1071 |
Reviewed by Mark Rowe. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1072 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1073 |
Teach git to ignore some files |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1074 |
https://bugs.webkit.org/show_bug.cgi?id=30951 |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1075 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1076 |
Ignore WebKitBuild because we never want to version that directory. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1077 |
Also, ignore the xcode project files so git clean doesn't blow away |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1078 |
your project settings. Finally, ignore the compiled python files in |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1079 |
WebKitTools/Script modules because they clutter up git status. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1080 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1081 |
* .gitignore: Added. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1082 |
|
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1083 |
2009-10-30 Roland Steiner <rolandsteiner@chromium.org> |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1084 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1085 |
Reviewed by Eric Seidel. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1086 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1087 |
Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak. |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1088 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1089 |
Bug 28420 - Implement HTML5 <ruby> rendering |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1090 |
(https://bugs.webkit.org/show_bug.cgi?id=28420) |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1091 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1092 |
No new tests (no functional change). |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1093 |
|
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1094 |
* configure.ac: |
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
19
diff
changeset
|
1095 |
|
3
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1096 |
2009-10-26 Holger Hans Peter Freyther <zecke@selfish.org> |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1097 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1098 |
Rubber-stamped by Darin Adler. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1099 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1100 |
Export fastMalloc, fastCalloc, fastRealloc and fastFree |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1101 |
https://bugs.webkit.org/show_bug.cgi?id=30769 |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1102 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1103 |
Export the FastMalloc functions outside of the libwebkit library |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1104 |
to be able to instrument memory allocations. These are C++ symbols |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1105 |
but do not require the C++ runtime to be useful and should be of |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1106 |
no harm to plain C code. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1107 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1108 |
* autotools/symbols.filter: |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1109 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1110 |
2009-10-26 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1111 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1112 |
Reviewed by Jan Alonzo. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1113 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1114 |
Alternative solution to regression introduced in r48672. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1115 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1116 |
* GNUmakefile.am: |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1117 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1118 |
2009-10-26 Xan Lopez <xlopez@igalia.com> |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1119 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1120 |
Reviewed by Gustavo Noronha. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1121 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1122 |
Update for 1.1.16 release. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1123 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1124 |
* configure.ac: |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1125 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1126 |
2009-10-24 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1127 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1128 |
Reviewed by Holger Freyther. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1129 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1130 |
[Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1131 |
https://bugs.webkit.org/show_bug.cgi?id=30476 |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1132 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1133 |
Set the stack size to 80 Kb and heap size to the 128kB - 32MB range |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1134 |
to all executables linking against WebKit library. |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1135 |
|
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1136 |
* WebKit.pri: |
41300fa6a67c
Revision: 201003
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
1137 |
|
0 | 1138 |
2009-10-18 Jan Michael Alonzo <jmalonzo@webkit.org> |
1139 |
||
1140 |
Reviewed by Holger Freyther. |
|
1141 |
||
1142 |
[GTK] Add MathML to the build system |
|
1143 |
https://bugs.webkit.org/show_bug.cgi?id=30487 |
|
1144 |
||
1145 |
Add --enable-mathml to configure. |
|
1146 |
||
1147 |
* configure.ac: |
|
1148 |
||
1149 |
2009-10-15 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1150 |
||
1151 |
Reviewed by Xan Lopez. |
|
1152 |
||
1153 |
[GTK] marshal stamp files are not cleaned after a distclean |
|
1154 |
https://bugs.webkit.org/show_bug.cgi?id=30156 |
|
1155 |
||
1156 |
Add the stamp files directly to cleanfiles. Also rearrange the |
|
1157 |
variable declarations so we don't miss any files that need to be |
|
1158 |
cleaned up during the clean targets. |
|
1159 |
||
1160 |
* GNUmakefile.am: |
|
1161 |
||
1162 |
2009-10-15 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
1163 |
||
1164 |
Unreviewed. Help text fix - Web Sockets default is no, not yes. |
|
1165 |
||
1166 |
* configure.ac: |
|
1167 |
||
1168 |
2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1169 |
||
1170 |
Rubberstamped by Eric Seidel. |
|
1171 |
||
1172 |
[Gtk] Fix icu CFLAG for Darwin |
|
1173 |
https://bugs.webkit.org/show_bug.cgi?id=29517 |
|
1174 |
||
1175 |
Don't escape the srcdir variable. Also use $host instead of the |
|
1176 |
os_foo variables. |
|
1177 |
||
1178 |
* autotools/webkit.m4: |
|
1179 |
||
1180 |
2009-10-12 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1181 |
||
1182 |
Reviewed by Gustavo Noronha. |
|
1183 |
||
1184 |
[Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected |
|
1185 |
https://bugs.webkit.org/show_bug.cgi?id=29518 |
|
1186 |
||
1187 |
* configure.ac: |
|
1188 |
||
1189 |
2009-10-05 Zoltan Horvath <zoltan@webkit.org> |
|
1190 |
||
1191 |
Reviewed by Simon Hausmann. |
|
1192 |
||
1193 |
[Qt] Disable TCmalloc for Windows port at the present, because MinGW |
|
1194 |
hasn't got built-in pthread library. |
|
1195 |
||
1196 |
* WebKit.pri: |
|
1197 |
||
1198 |
2009-10-02 Prasanth Ullattil <prasanth.ullattil@nokia.com> |
|
1199 |
||
1200 |
Reviewed by Simon Hausmann. |
|
1201 |
||
1202 |
Disable a few more harmless MSVC warnings. |
|
1203 |
||
1204 |
* WebKit.pri: |
|
1205 |
||
1206 |
2009-10-01 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
1207 |
||
1208 |
Unreviewed, build fix. |
|
1209 |
||
1210 |
[Qt] Symbian build break after r48976. |
|
1211 |
unix is set for Symbian in the Qt build system. |
|
1212 |
||
1213 |
* WebKit.pri: |
|
1214 |
||
1215 |
2009-10-01 Zoltan Horvath <zoltan@webkit.org> |
|
1216 |
||
1217 |
Reviewed by Simon Hausmann. |
|
1218 |
||
1219 |
[Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port |
|
1220 |
https://bugs.webkit.org/show_bug.cgi?id=27029 |
|
1221 |
||
1222 |
Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri, |
|
1223 |
so these Qt-ports will use TCmalloc as other ports. |
|
1224 |
||
1225 |
* WebKit.pri: |
|
1226 |
||
1227 |
2009-10-01 Martin Robinson <martin.james.robinson@gmail.com> |
|
1228 |
||
1229 |
Reviewed by Xan Lopez. |
|
1230 |
||
1231 |
[GTK] GtkIMContext filtering interferes with DOM key events |
|
1232 |
https://bugs.webkit.org/show_bug.cgi?id=28733 |
|
1233 |
||
1234 |
Add new key event test ensuring that IME keypresses are handled. |
|
1235 |
||
1236 |
* GNUmakefile.am: |
|
1237 |
||
1238 |
2009-10-01 Philippe Normand <pnormand@igalia.com> |
|
1239 |
||
1240 |
Reviewed by Xan Lopez. |
|
1241 |
||
1242 |
[GTK] data: uri support in media player |
|
1243 |
https://bugs.webkit.org/show_bug.cgi?id=29842 |
|
1244 |
||
1245 |
Check presence of gstreamer-pbutils-0.10. |
|
1246 |
||
1247 |
* configure.ac: |
|
1248 |
||
1249 |
2009-09-26 David Kilzer <ddkilzer@apple.com> |
|
1250 |
||
1251 |
GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac |
|
1252 |
||
1253 |
* configure.ac: Added support for ENABLE_ORIENTATION_EVENTS. |
|
1254 |
||
1255 |
2009-09-23 Xan Lopez <xlopez@igalia.com> |
|
1256 |
||
1257 |
Reviewed by Gustavo Noronha. |
|
1258 |
||
1259 |
Do not add unneeded include paths for gir files, and add the |
|
1260 |
include paths for headers manually instead of relying on our own |
|
1261 |
pc file and installed headers, since that adds a circular |
|
1262 |
dependency. |
|
1263 |
||
1264 |
* GNUmakefile.am: |
|
1265 |
||
1266 |
2009-09-23 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1267 |
||
1268 |
Reviewed by Xan Lopez. |
|
1269 |
||
1270 |
Minor reorganization to the patch landed in |
|
1271 |
http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir |
|
1272 |
in the gtk directory as that's only useful to the Gtk port at the |
|
1273 |
moment. |
|
1274 |
||
1275 |
* GNUmakefile.am: |
|
1276 |
* configure.ac: |
|
1277 |
||
1278 |
2009-09-23 Xan Lopez <xlopez@igalia.com> |
|
1279 |
||
1280 |
Reviewed by Gustavo Noronha. |
|
1281 |
||
1282 |
[GTK] We should generate our own gir file for introspection |
|
1283 |
https://bugs.webkit.org/show_bug.cgi?id=29603 |
|
1284 |
||
1285 |
Generate gir and typelib files for WebKit and JSCore. The JSCore |
|
1286 |
gir file is handwritten (since it's only useful, for now, as a |
|
1287 |
dependency of the WebKit gir file), the WebKit one is |
|
1288 |
autogenerated from the headers. |
|
1289 |
||
1290 |
* GNUmakefile.am: |
|
1291 |
* JSCore-1.0.gir: Added. |
|
1292 |
* configure.ac: |
|
1293 |
||
1294 |
2009-09-22 Philippe Normand <pnormand@igalia.com> |
|
1295 |
||
1296 |
Reviewed by Xan Lopez. |
|
1297 |
||
1298 |
link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty |
|
1299 |
https://bugs.webkit.org/show_bug.cgi?id=29638 |
|
1300 |
||
1301 |
Call icu-cconfig with ldflags-libsonly to prevent having a -L |
|
1302 |
statement that could override libs installed in another prefix. |
|
1303 |
||
1304 |
* autotools/webkit.m4: |
|
1305 |
||
1306 |
2009-09-21 Xan Lopez <xlopez@igalia.com> |
|
1307 |
||
1308 |
Reviewed by Gustavo Noronha. |
|
1309 |
||
1310 |
Bump version for 1.1.15 release. |
|
1311 |
||
1312 |
* configure.ac: |
|
1313 |
||
1314 |
2009-09-18 Xan Lopez <xlopez@igalia.com> |
|
1315 |
||
1316 |
Reviewed by Gustavo Noronha and Jan Alonzo. |
|
1317 |
||
1318 |
[GTK] context menu overriding API is very limited |
|
1319 |
https://bugs.webkit.org/show_bug.cgi?id=27546 |
|
1320 |
||
1321 |
Add new tests to the build. |
|
1322 |
||
1323 |
* GNUmakefile.am: |
|
1324 |
||
1325 |
2009-09-18 Xan Lopez <xlopez@igalia.com> |
|
1326 |
||
1327 |
Reviewed by Gustavo Noronha and Jan Alonzo. |
|
1328 |
||
1329 |
[GTK] context menu overriding API is very limited |
|
1330 |
https://bugs.webkit.org/show_bug.cgi?id=27546 |
|
1331 |
||
1332 |
Add WebKitHitTestResult to the build. |
|
1333 |
||
1334 |
* GNUmakefile.am: |
|
1335 |
||
1336 |
2009-09-10 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
1337 |
||
1338 |
Reviewed by Ariya Hidayat. |
|
1339 |
||
1340 |
Disable some ARM compiler warnings |
|
1341 |
https://bugs.webkit.org/show_bug.cgi?id=29083 |
|
1342 |
||
1343 |
The following ARM compiler warnings are disabled |
|
1344 |
||
1345 |
- #68-D: integer conversion resulted in a change of sign |
|
1346 |
- #111-D: statement is unreachable |
|
1347 |
- #177-D: variable XXX was declared but never referenced |
|
1348 |
- #368-D: class XXX defines no constructor to initialize the following: YYY |
|
1349 |
- #830-D: function XXX "XXX::operator new" has no corresponding operator delete |
|
1350 |
- #1293-D: assignment in condition |
|
1351 |
||
1352 |
* WebKit.pri: |
|
1353 |
||
1354 |
2009-09-09 Kenneth Rohde Christiansen <kenneth@webkit.org> |
|
1355 |
||
1356 |
Reviewed by Simon Hausmann. |
|
1357 |
||
1358 |
[Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build. |
|
1359 |
||
1360 |
https://bugs.webkit.org/show_bug.cgi?id=28862 |
|
1361 |
||
1362 |
* WebKit.pro: |
|
1363 |
||
1364 |
2009-09-07 Xan Lopez <xlopez@igalia.com> |
|
1365 |
||
1366 |
Rubber-stamped by Gustavo Noronha. |
|
1367 |
||
1368 |
Bump versions in preparation for 1.1.14 release. |
|
1369 |
||
1370 |
* configure.ac: |
|
1371 |
||
1372 |
2009-09-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
1373 |
||
1374 |
Reviewed by Xan Lopez. |
|
1375 |
||
1376 |
https://bugs.webkit.org/show_bug.cgi?id=26854 |
|
1377 |
[GTK] Needs API to allow more control over outgoing requests |
|
1378 |
||
1379 |
* GNUmakefile.am: new files added to the build for new class |
|
1380 |
WebKitNetworkResponse |
|
1381 |
||
1382 |
2009-09-06 Martin Robinson <martin.james.robinson@gmail.com> |
|
1383 |
||
1384 |
Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez. |
|
1385 |
||
1386 |
[Gtk] Expose a database API |
|
1387 |
https://bugs.webkit.org/show_bug.cgi?id=27899 |
|
1388 |
||
1389 |
Expose an HTML5 database API for GTK+. |
|
1390 |
||
1391 |
* GNUmakefile.am: |
|
1392 |
||
1393 |
2009-09-04 Albert Bachand <albertb@google.com> |
|
1394 |
||
1395 |
Reviewed by Eric Seidel. |
|
1396 |
||
1397 |
Modify the condition regarding the key modifier for opening combo |
|
1398 |
boxes under GTK from just PLATFORM(GTK) to also look for |
|
1399 |
(PLATFORM(CHROMIUM) && PLATFORM(LINUX)). |
|
1400 |
||
1401 |
* WebCore/dom/SelectElement.cpp: |
|
1402 |
* WebCore/manual-tests/select-popup-on-spacebar.html: |
|
1403 |
||
1404 |
2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1405 |
||
1406 |
Reviewed by Xan Lopez and Gustavo Noronha. |
|
1407 |
||
1408 |
[Gtk] Implement a WebDataSource for the gtk port |
|
1409 |
https://bugs.webkit.org/show_bug.cgi?id=24758 |
|
1410 |
||
1411 |
Add WebKitWebDataSource unit test to the build script |
|
1412 |
||
1413 |
* GNUmakefile.am: |
|
1414 |
||
1415 |
2009-09-02 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1416 |
||
1417 |
Reviewed by Xan Lopez and Gustavo Noronha. |
|
1418 |
||
1419 |
[Gtk] Implement a WebDataSource for the gtk port |
|
1420 |
https://bugs.webkit.org/show_bug.cgi?id=24758 |
|
1421 |
||
1422 |
Add WebKitWebDataSource and DocumentLoaderGtk to the build script. |
|
1423 |
||
1424 |
* GNUmakefile.am: |
|
1425 |
||
1426 |
2009-09-01 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1427 |
||
1428 |
Reviewed by Xan Lopez and Gustavo Noronha. |
|
1429 |
||
1430 |
[Gtk] Implement a WebDataSource for the gtk port |
|
1431 |
https://bugs.webkit.org/show_bug.cgi?id=24758 |
|
1432 |
||
1433 |
Add WebKitWebResource to the build script. |
|
1434 |
||
1435 |
* GNUmakefile.am: |
|
1436 |
||
1437 |
2009-08-28 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1438 |
||
1439 |
Reviewed by Oliver Hunt. |
|
1440 |
||
1441 |
Gtk Build broken for OSX Quartz |
|
1442 |
https://bugs.webkit.org/show_bug.cgi?id=28727 |
|
1443 |
||
1444 |
Define XP_UNIX for non-Win OS builds. |
|
1445 |
||
1446 |
* GNUmakefile.am: |
|
1447 |
||
1448 |
2009-08-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
1449 |
||
1450 |
Reviewed by Holger Freyther. |
|
1451 |
||
1452 |
https://bugs.webkit.org/show_bug.cgi?id=25889 |
|
1453 |
[GTK] scrollbar policy for main frame is not implementable |
|
1454 |
||
1455 |
Adding files for the new test for window-related issues (starting |
|
1456 |
with scrollbar policy). |
|
1457 |
||
1458 |
* GNUmakefile.am: |
|
1459 |
||
1460 |
2009-08-27 Priit Laes <plaes@plaes.org> |
|
1461 |
||
1462 |
Reviewed by Xan Lopez. |
|
1463 |
||
1464 |
[GTK] Out-of-srcdir build problem |
|
1465 |
https://bugs.webkit.org/show_bug.cgi?id=28741 |
|
1466 |
||
1467 |
* GNUmakefile.am, autotools/webkit.m4: |
|
1468 |
Fix problem with out-of-srcdir builds. Also bump required glib version. |
|
1469 |
||
1470 |
2009-08-24 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
1471 |
||
1472 |
Reviewed by Xan Lopez. |
|
1473 |
||
1474 |
Bump package and so versions for 1.1.13 release. |
|
1475 |
||
1476 |
* configure.ac: |
|
1477 |
||
1478 |
2009-08-22 Javier Jardón <javierjc1982@gmail.com> |
|
1479 |
||
1480 |
[GTK] Not use deprecated symbols in WebKitWebView example code. |
|
1481 |
https://bugs.webkit.org/show_bug.cgi?id=28651 |
|
1482 |
||
1483 |
* WebKit/gtk/webkit/webkitwebview.cpp |
|
1484 |
||
1485 |
2009-08-18 Xan Lopez <xlopez@igalia.com> |
|
1486 |
||
1487 |
Rubber-stamped by Holger Freyther. |
|
1488 |
||
1489 |
Require at least libsoup 2.27.91 for the new password |
|
1490 |
manager/authentication APIs. |
|
1491 |
||
1492 |
* configure.ac: |
|
1493 |
||
1494 |
2009-08-18 Drew Wilson <atwilson@google.com> |
|
1495 |
||
1496 |
Reviewed by NOBODY (Build Break). |
|
1497 |
||
1498 |
Speculative fix for GTK DumpRenderTree. |
|
1499 |
||
1500 |
* GNUmakefile.am: |
|
1501 |
||
1502 |
2009-08-18 Kent Tamura <tkent@chromium.org> |
|
1503 |
||
1504 |
Reviewed by Eric Seidel. |
|
1505 |
||
1506 |
Add --enable-datalist option. |
|
1507 |
||
1508 |
* configure.ac: |
|
1509 |
||
1510 |
2009-08-14 Adam Bergkvist <adam.bergkvist@ericsson.com> |
|
1511 |
||
1512 |
Reviewed by Sam Weinig. |
|
1513 |
||
1514 |
[GTK] Added EventSource to the build (default on). |
|
1515 |
https://bugs.webkit.org/show_bug.cgi?id=14997 |
|
1516 |
||
1517 |
* configure.ac: |
|
1518 |
||
1519 |
2009-08-14 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1520 |
||
1521 |
Rubber-stamped by Gustavo Noronha. |
|
1522 |
||
1523 |
Initialize CFLAGS and CXXFLAGS before the main body of the |
|
1524 |
WEBKIT_INIT macro so C files don't get built with "-g -O2". |
|
1525 |
||
1526 |
* autotools/webkit.m4: |
|
1527 |
||
1528 |
2009-08-12 Xan Lopez <xlopez@igalia.com> |
|
1529 |
||
1530 |
Reviewed by Jan Alonzo. |
|
1531 |
||
1532 |
[GTK] Remove keyring optional features |
|
1533 |
https://bugs.webkit.org/show_bug.cgi?id=28173 |
|
1534 |
||
1535 |
Remove keyring support, we now do authentication storage through |
|
1536 |
libsoup. We depend on libsoup master now, will bump the dependency |
|
1537 |
when there's a new release. |
|
1538 |
||
1539 |
* GNUmakefile.am: |
|
1540 |
* configure.ac: |
|
1541 |
||
1542 |
2009-08-11 Drew Wilson <atwilson@google.com> |
|
1543 |
||
1544 |
Reviewed by NOBODY (Build break). |
|
1545 |
||
1546 |
Speculative fix for GTK build break. |
|
1547 |
||
1548 |
* WebKit.pro: |
|
1549 |
||
1550 |
2009-08-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
|
1551 |
||
1552 |
Reviewed by Simon Hausmann. |
|
1553 |
||
1554 |
Build the TestNetscapePlugin on Qt/Mac |
|
1555 |
||
1556 |
* WebKit.pro: |
|
1557 |
||
1558 |
2009-08-11 Xan Lopez <xlopez@igalia.com> |
|
1559 |
||
1560 |
Reviewed by Jan Alonzo. |
|
1561 |
||
1562 |
Prefix lengthy commands with AM_V_GEN so that they produce an |
|
1563 |
output like 'GEN <filename>' when in silent mode. |
|
1564 |
||
1565 |
* GNUmakefile.am: |
|
1566 |
||
1567 |
2009-08-05 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1568 |
||
1569 |
Reviewed by Xan Lopez. |
|
1570 |
||
1571 |
[Gtk] macros in webkit.m4 should be defined once only |
|
1572 |
https://bugs.webkit.org/show_bug.cgi?id=27929 |
|
1573 |
||
1574 |
The macros in webkit.m4 are not meant to be called multiple times |
|
1575 |
so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX |
|
1576 |
AC_REQUIRE to remove the automake warnings when doing autogen.sh. |
|
1577 |
||
1578 |
Lastly, make sure CXXFLAGS and CFLAGS are defined before |
|
1579 |
AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds. |
|
1580 |
||
1581 |
* autotools/webkit.m4: |
|
1582 |
||
1583 |
2009-08-05 Xan Lopez <xlopez@igalia.com> |
|
1584 |
||
1585 |
Revert r46714, it was making us build debug images by default. |
|
1586 |
||
1587 |
* autotools/webkit.m4: |
|
1588 |
||
1589 |
2009-08-03 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
1590 |
||
1591 |
Reviewed by Eric Seidel. |
|
1592 |
||
1593 |
[Qt] Consolidate common gcc flags to WebKit.pri |
|
1594 |
https://bugs.webkit.org/show_bug.cgi?id=27934 |
|
1595 |
||
1596 |
* WebKit.pri: |
|
1597 |
||
1598 |
2009-08-03 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1599 |
||
1600 |
Rubber-stamped by Eric Seidel. |
|
1601 |
||
1602 |
[Gtk] macros in webkit.m4 should be defined once only |
|
1603 |
https://bugs.webkit.org/show_bug.cgi?id=27929 |
|
1604 |
||
1605 |
The macros in webkit.m4 are not meant to be called multiple times |
|
1606 |
so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX |
|
1607 |
AC_REQUIRE to remove the automake warnings when doing autogen.sh. |
|
1608 |
||
1609 |
* autotools/webkit.m4: |
|
1610 |
||
1611 |
2009-07-29 Ariya Hidayat <ariya.hidayat@nokia.com> |
|
1612 |
||
1613 |
Reviewed by Simon Hausmann. |
|
1614 |
||
1615 |
Adding ImageDiff project file. |
|
1616 |
||
1617 |
https://bugs.webkit.org/show_bug.cgi?id=27813 |
|
1618 |
||
1619 |
* WebKit.pro: Added ImageDiff.pro. |
|
1620 |
||
1621 |
2009-07-29 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1622 |
||
1623 |
Reviewed by Eric Seidel and Xan Lopez. |
|
1624 |
||
1625 |
[Gtk] Enable http/tests/appcache tests |
|
1626 |
https://bugs.webkit.org/show_bug.cgi?id=27674 |
|
1627 |
||
1628 |
* GNUmakefile.am: Add webkit/webkitapplicationcache.cpp |
|
1629 |
||
1630 |
2009-07-28 Xan Lopez <xlopez@igalia.com> |
|
1631 |
||
1632 |
Reviewed by Gustavo Noronha. |
|
1633 |
||
1634 |
Use automake 1.11 SILENT_RULES when present, for cleaner build |
|
1635 |
output. You can disable it by passing --disable-silent-rules to |
|
1636 |
configure or V=1 to make. |
|
1637 |
||
1638 |
* autotools/dolt.m4: |
|
1639 |
* configure.ac: |
|
1640 |
||
1641 |
2009-07-28 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
1642 |
||
1643 |
Reviewed by Simon Hausmann. |
|
1644 |
||
1645 |
[Qt] Disable some compiler warnings for the win build |
|
1646 |
https://bugs.webkit.org/show_bug.cgi?id=27709 |
|
1647 |
||
1648 |
* WebKit.pri: |
|
1649 |
||
1650 |
2009-07-28 Xan Lopez <xlopez@igalia.com> |
|
1651 |
||
1652 |
Reviewed by Gustavo Noronha. |
|
1653 |
||
1654 |
* configure.ac: bump version for 1.1.12 release. |
|
1655 |
||
1656 |
2009-07-24 Xan Lopez <xlopez@igalia.com> |
|
1657 |
||
1658 |
Reviewed by Gustavo Noronha. |
|
1659 |
||
1660 |
Remove unneeded commas from PKG_CHECK_MODULES. |
|
1661 |
||
1662 |
* configure.ac: |
|
1663 |
||
1664 |
2009-07-24 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1665 |
||
1666 |
Reviewed by Xan Lopez. |
|
1667 |
||
1668 |
Bump pango version requirement to 1.12 which is the version that |
|
1669 |
came with Gtk 2.10. |
|
1670 |
||
1671 |
* configure.ac: |
|
1672 |
||
1673 |
2009-07-21 Roland Steiner <rolandsteiner@google.com> |
|
1674 |
||
1675 |
Reviewed by David Levin. |
|
1676 |
||
1677 |
Add ENABLE_RUBY to list of build options |
|
1678 |
https://bugs.webkit.org/show_bug.cgi?id=27324 |
|
1679 |
||
1680 |
* configure.ac: Added flag ENABLE_RUBY. |
|
1681 |
||
1682 |
2009-07-20 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
1683 |
||
1684 |
Reviewed by Holger Freyther. |
|
1685 |
||
1686 |
[Qt] Add an option for QtLauncher to build without QtUiTools dependency |
|
1687 |
https://bugs.webkit.org/show_bug.cgi?id=27438 |
|
1688 |
||
1689 |
Based on Norbert Leser's work. |
|
1690 |
||
1691 |
* WebKit.pri: Symbian does not have UiTools |
|
1692 |
||
1693 |
2009-07-16 Fumitoshi Ukai <ukai@chromium.org> |
|
1694 |
||
1695 |
Reviewed by David Levin. |
|
1696 |
||
1697 |
Add --web-sockets flag and ENABLE_WEB_SOCKETS define. |
|
1698 |
https://bugs.webkit.org/show_bug.cgi?id=27206 |
|
1699 |
||
1700 |
Add --enable-web-sockets in configure.ac |
|
1701 |
||
1702 |
* configure.ac: |
|
1703 |
||
1704 |
2009-07-16 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
1705 |
||
1706 |
Reviewed by Simon Hausmann. |
|
1707 |
||
1708 |
[Qt] Enable GNU compiler extensions to the ARM compiler |
|
1709 |
for all Qt ports using RVCT |
|
1710 |
https://bugs.webkit.org/show_bug.cgi?id=27348 |
|
1711 |
||
1712 |
* WebKit.pri: |
|
1713 |
||
1714 |
2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
|
1715 |
||
1716 |
Rubber-stamped by Simon Hausmann. |
|
1717 |
||
1718 |
Fix the Qt/Mac build by disabling TestNetscapePlugin |
|
1719 |
||
1720 |
We should fix and enable this once we run DRT for Qt/Mac |
|
1721 |
||
1722 |
* WebKit.pro: |
|
1723 |
||
1724 |
2009-07-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
1725 |
||
1726 |
Unreviewed build fix. Require the correct libsoup version now that |
|
1727 |
it's released. |
|
1728 |
||
1729 |
* configure.ac: |
|
1730 |
||
1731 |
2009-07-13 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
1732 |
||
1733 |
Reviewed by Tor Arne Vestbø. |
|
1734 |
||
1735 |
[Qt] Build fix for QtWebKit on Win |
|
1736 |
https://bugs.webkit.org/show_bug.cgi?id=27205 |
|
1737 |
||
1738 |
* WebKit.pri: Include the major version number in the QtWebKit |
|
1739 |
library file for Win. |
|
1740 |
||
1741 |
2009-07-13 Simon Hausmann <simon.hausmann@nokia.com> |
|
1742 |
||
1743 |
Reviewed by Ariya Hidayat. |
|
1744 |
||
1745 |
Add the test netscape plugin for the Qt DRT to the build. |
|
1746 |
||
1747 |
* WebKit.pro: |
|
1748 |
||
1749 |
2009-07-13 Drew Wilson <atwilson@google.com> |
|
1750 |
||
1751 |
Reviewed by David Levin. |
|
1752 |
||
1753 |
Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs |
|
1754 |
https://bugs.webkit.org/show_bug.cgi?id=26932 |
|
1755 |
||
1756 |
Added ENABLE(SHARED_WORKERS) flag. |
|
1757 |
||
1758 |
* configure.ac: |
|
1759 |
||
1760 |
2009-07-12 Xan Lopez <xlopez@igalia.com> |
|
1761 |
||
1762 |
Reviewed by Gustavo Noronha. |
|
1763 |
||
1764 |
Bump version in preparation for 1.1.11 release. |
|
1765 |
||
1766 |
* configure.ac: |
|
1767 |
||
1768 |
2009-07-07 Norbert Leser <norbert.leser@nokia.com> |
|
1769 |
||
1770 |
Reviewed by Simon Hausmann. |
|
1771 |
||
1772 |
Exclude DumpRenderTree.pro from symbian build |
|
1773 |
||
1774 |
* WebKit.pro: |
|
1775 |
||
1776 |
2009-07-09 Drew Wilson <atwilson@google.com> |
|
1777 |
||
1778 |
Reviewed by Alexey Proskuryakov. |
|
1779 |
||
1780 |
https://bugs.webkit.org/show_bug.cgi?id=26903 |
|
1781 |
||
1782 |
Turned on CHANNEL_MESSAGING by default because the MessageChannel API |
|
1783 |
can now be implemented for Web Workers and is reasonably stable. |
|
1784 |
||
1785 |
* configure.ac: enable CHANNEL_MESSAGING. |
|
1786 |
||
1787 |
2009-07-03 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1788 |
||
1789 |
Reviewed by Xan Lopez and Gustavo Noronha. |
|
1790 |
||
1791 |
Set user-agent from application |
|
1792 |
https://bugs.webkit.org/show_bug.cgi?id=17375 |
|
1793 |
||
1794 |
Define UA version macros to be used by the UA string. |
|
1795 |
Add new WebSettings unit test for the User-Agent string API. |
|
1796 |
||
1797 |
* GNUmakefile.am: |
|
1798 |
* configure.ac: |
|
1799 |
||
1800 |
2009-06-20 Gustavo Noronha Silva <gns@gnome.org> |
|
1801 |
||
1802 |
Reviewed by Jan Alonzo. |
|
1803 |
||
1804 |
Adding files for the new test case for loading statuses. |
|
1805 |
||
1806 |
* GNUmakefile.am: |
|
1807 |
||
1808 |
2009-06-15 Xan Lopez <xlopez@igalia.com> |
|
1809 |
||
1810 |
Reviewed by Gustavo Noronha. |
|
1811 |
||
1812 |
Version bump in preparation for 1.1.10 release. |
|
1813 |
||
1814 |
* configure.ac: |
|
1815 |
||
1816 |
2009-06-12 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
|
1817 |
||
1818 |
Reviewed by Xan Lopez. |
|
1819 |
||
1820 |
Refactor handling of options in the build-webkit script |
|
1821 |
||
1822 |
Options are now defined in one place, and then reused when creating |
|
1823 |
the usage help text, the arguments to GetOptions(), and when passing |
|
1824 |
the options on to the underlying port-dependent build systems. |
|
1825 |
||
1826 |
This allows the Qt port to read the defaults for the options from the |
|
1827 |
pro file (dynamically), and to pass the options on to qmake at build. |
|
1828 |
||
1829 |
* configure.ac: |
|
1830 |
||
1831 |
2009-06-11 Laszlo Gombos <laszlo.1.gombos@nokia.com> |
|
1832 |
||
1833 |
Reviewed by Holger Freyther. |
|
1834 |
||
1835 |
[Qt] Fix release build detection |
|
1836 |
https://bugs.webkit.org/show_bug.cgi?id=26267 |
|
1837 |
||
1838 |
* WebKit.pri: |
|
1839 |
||
1840 |
2009-06-10 Gustavo Noronha Silva <gns@gnome.org> |
|
1841 |
||
1842 |
Reviewed by Xan Lopez. |
|
1843 |
||
1844 |
Add unit tests for our WebKitNetworkRequest object. |
|
1845 |
||
1846 |
* GNUmakefile.am: |
|
1847 |
||
1848 |
2009-06-10 Xan Lopez <xlopez@igalia.com> |
|
1849 |
||
1850 |
Reviewed by Gustavo Noronha. |
|
1851 |
||
1852 |
Version bump in preparation for 1.1.9 release. |
|
1853 |
||
1854 |
* configure.ac: |
|
1855 |
||
1856 |
2009-06-10 Xan Lopez <xlopez@igalia.com> |
|
1857 |
||
1858 |
Reviewed by Jan Alonzo. |
|
1859 |
||
1860 |
https://bugs.webkit.org/show_bug.cgi?id=25415 |
|
1861 |
[GTK][ATK] Please implement support for get_text_at_offset |
|
1862 |
||
1863 |
Add new dependency on the Gail utils library, needed for our a11y |
|
1864 |
implementation. |
|
1865 |
||
1866 |
* GNUmakefile.am: |
|
1867 |
* configure.ac: |
|
1868 |
||
1869 |
2009-05-29 Gustavo Noronha Silva <gns@gnome.org> |
|
1870 |
||
1871 |
Reviewed by Jan Alonzo. |
|
1872 |
||
1873 |
Add a test-case for our HTTP backend, currently checking the |
|
1874 |
ref-counting of the SoupMessage. |
|
1875 |
||
1876 |
* GNUmakefile.am: |
|
1877 |
||
1878 |
2009-05-28 Dirk Schulze <krit@webkit.org> |
|
1879 |
||
1880 |
Reviewed by Nikolas Zimmermann. |
|
1881 |
||
1882 |
Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog. |
|
1883 |
||
1884 |
* configure.ac: |
|
1885 |
||
1886 |
2009-05-19 Xan Lopez <xlopez@igalia.com> |
|
1887 |
||
1888 |
Reviewed by Jan Alonzo and Gustavo Noronha. |
|
1889 |
||
1890 |
https://bugs.webkit.org/show_bug.cgi?id=25415 |
|
1891 |
[GTK][ATK] Please implement support for get_text_at_offset |
|
1892 |
||
1893 |
Add new test file for ATK. |
|
1894 |
||
1895 |
* GNUmakefile.am: |
|
1896 |
||
1897 |
2009-05-28 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
1898 |
||
1899 |
Rubber-stamped by Xan Lopez. |
|
1900 |
||
1901 |
Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the |
|
1902 |
correct directory, so that we pass make distcheck. |
|
1903 |
||
1904 |
* GNUmakefile.am: |
|
1905 |
||
1906 |
2009-05-28 Xan Lopez <xlopez@igalia.com> |
|
1907 |
||
1908 |
Bump version numbers in preparation for 1.1.8 release. |
|
1909 |
||
1910 |
* configure.ac: |
|
1911 |
||
1912 |
2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1913 |
||
1914 |
Unreviewed build fix. Add gstreamer-video-0.10 libs to |
|
1915 |
GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size |
|
1916 |
- symbol used in MediaPlayerPrivateGstreamer. |
|
1917 |
||
1918 |
* configure.ac: |
|
1919 |
||
1920 |
2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1921 |
||
1922 |
Reviewed by Xan Lopez. |
|
1923 |
||
1924 |
[Gtk] Various autotools build refactoring and fixes |
|
1925 |
https://bugs.webkit.org/show_bug.cgi?id=25286 |
|
1926 |
||
1927 |
Refactor library LIBS. Move third-party libs in libwebkit instead |
|
1928 |
of libWebCore. |
|
1929 |
||
1930 |
* GNUmakefile.am: |
|
1931 |
||
1932 |
2009-05-22 Antonio Gomes <antonio.gomes@openbossa.org> |
|
1933 |
||
1934 |
Reviewed by Gustavo Noronha. |
|
1935 |
||
1936 |
Make Gtk build not bail out if gtk-doc-tools is not installed. |
|
1937 |
||
1938 |
Warning message shown instead. |
|
1939 |
||
1940 |
* autogen.sh: |
|
1941 |
||
1942 |
2009-05-22 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
1943 |
||
1944 |
Reviewed by Xan Lopez. |
|
1945 |
||
1946 |
Add big warnings about the glib unicode backend being slow and |
|
1947 |
incomplete, since it is a work in progress. |
|
1948 |
||
1949 |
* autotools/webkit.m4: |
|
1950 |
* configure.ac: |
|
1951 |
||
1952 |
2009-05-22 Dominik Röttsches <dominik.roettsches@access-company.com> |
|
1953 |
||
1954 |
Reviewed by Gustavo Noronha. |
|
1955 |
||
1956 |
https://bugs.webkit.org/show_bug.cgi?id=15914 |
|
1957 |
[GTK] Implement Unicode functionality using GLib |
|
1958 |
||
1959 |
Initial version of this patch by Jürg Billeter. |
|
1960 |
||
1961 |
Adding options for --with-unicode-backend=icu|glib |
|
1962 |
and checking for pango version >= 1.21.0 if GLib backend |
|
1963 |
is selected. Temporarily, until remaining parts of |
|
1964 |
this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID |
|
1965 |
macro to allow for a mixed compilation with WTF Unicode |
|
1966 |
backend based on GLib while text codecs and TextBreakIterator |
|
1967 |
remain ICU dependent. |
|
1968 |
||
1969 |
* GNUmakefile.am: |
|
1970 |
* configure.ac: |
|
1971 |
||
1972 |
2009-05-18 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
1973 |
||
1974 |
Reviewed by Gavin Barraclough. |
|
1975 |
||
1976 |
Enable YARR, and disable WREC for GTK+. |
|
1977 |
||
1978 |
* configure.ac: |
|
1979 |
||
1980 |
2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1981 |
||
1982 |
Reviewed by Xan Lopez. |
|
1983 |
||
1984 |
[Gtk] Various autotools build refactoring and fixes |
|
1985 |
https://bugs.webkit.org/show_bug.cgi?id=25286 |
|
1986 |
||
1987 |
Add support for running unit tests. Also run the tests whenever |
|
1988 |
the 'check' target runs. |
|
1989 |
||
1990 |
* GNUmakefile.am: |
|
1991 |
||
1992 |
2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
1993 |
||
1994 |
Reviewed by Xan Lopez. |
|
1995 |
||
1996 |
[Gtk] Various autotools build refactoring and fixes |
|
1997 |
https://bugs.webkit.org/show_bug.cgi?id=25286 |
|
1998 |
||
1999 |
Style fixes |
|
2000 |
||
2001 |
* GNUmakefile.am: |
|
2002 |
||
2003 |
2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2004 |
||
2005 |
Reviewed by Xan Lopez. |
|
2006 |
||
2007 |
[Gtk] Various autotools build refactoring and fixes |
|
2008 |
https://bugs.webkit.org/show_bug.cgi?id=25286 |
|
2009 |
||
2010 |
Add -no-install and -no-fast-install to programs and tests that we |
|
2011 |
don't install. Also remove -O2 since this is already handled at |
|
2012 |
configure time. |
|
2013 |
||
2014 |
* GNUmakefile.am: |
|
2015 |
||
2016 |
2009-05-17 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2017 |
||
2018 |
Reviewed by Xan Lopez. |
|
2019 |
||
2020 |
[Gtk] Various autotools build refactoring and fixes |
|
2021 |
https://bugs.webkit.org/show_bug.cgi?id=25286 |
|
2022 |
||
2023 |
Refactor library cflags |
|
2024 |
||
2025 |
* GNUmakefile.am: |
|
2026 |
||
2027 |
2009-05-15 Fridrich Strba <fridrich.strba@bluewin.ch> |
|
2028 |
||
2029 |
Reviewed by Jan Alonzo. |
|
2030 |
||
2031 |
Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since |
|
2032 |
the JIT compiler is not a cross-compiler |
|
2033 |
||
2034 |
* configure.ac: |
|
2035 |
||
2036 |
2009-05-13 Xan Lopez <xlopez@igalia.com> |
|
2037 |
||
2038 |
Unreviewed: bump versions in preparation for 1.1.7 release. |
|
2039 |
||
2040 |
* configure.ac: |
|
2041 |
||
2042 |
2009-05-13 Xan Lopez <xlopez@igalia.com> |
|
2043 |
||
2044 |
Rubber-stamped by Gustavo Noronha. |
|
2045 |
||
2046 |
Revert commit r43563, since it breaks WebKitGTK+ when compiled |
|
2047 |
with gcc 4.4. |
|
2048 |
||
2049 |
* GNUmakefile.am: |
|
2050 |
||
2051 |
2009-05-12 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2052 |
||
2053 |
Reviewed by Holger Freyther. |
|
2054 |
||
2055 |
[Gtk] Various autotools build refactoring and fixes |
|
2056 |
https://bugs.webkit.org/show_bug.cgi?id=25286 |
|
2057 |
||
2058 |
Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS. |
|
2059 |
||
2060 |
* GNUmakefile.am: |
|
2061 |
||
2062 |
2009-05-09 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2063 |
||
2064 |
Reviewed by Gustavo Noronha. |
|
2065 |
||
2066 |
WebKit-r43163 won't build for gtk-directfb |
|
2067 |
https://bugs.webkit.org/show_bug.cgi?id=25538 |
|
2068 |
||
2069 |
Move the ENCHANT check out of the with_target conditional since it |
|
2070 |
applies to all targets |
|
2071 |
||
2072 |
* configure.ac: |
|
2073 |
||
2074 |
2009-05-09 Mike Hommey <glandium@debian.org> |
|
2075 |
||
2076 |
Reviewed by Geoffrey Garen. Landed by Jan Alonzo. |
|
2077 |
||
2078 |
Enable JIT on x86-64 gtk+ |
|
2079 |
https://bugs.webkit.org/show_bug.cgi?id=24724 |
|
2080 |
||
2081 |
* configure.ac: |
|
2082 |
||
2083 |
2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
2084 |
||
2085 |
Reviewed by Xan Lopez. |
|
2086 |
||
2087 |
Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools. |
|
2088 |
||
2089 |
* GNUmakefile.am: |
|
2090 |
* autogen.sh: |
|
2091 |
||
2092 |
2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> |
|
2093 |
||
2094 |
Reviewed by Simon Hausmann. |
|
2095 |
||
2096 |
Build QtWebKit as a framework on Mac |
|
2097 |
||
2098 |
This implies both debug and release build by default, unless |
|
2099 |
one of the --debug or --release config options are passed to |
|
2100 |
the build-webkit script. |
|
2101 |
||
2102 |
Frameworks can be disabled by passing CONFIG+=webkit_no_framework |
|
2103 |
to the build-webkit script. |
|
2104 |
||
2105 |
To be able to build both debug and release targets in parallel |
|
2106 |
we have to use separate output directories for the generated |
|
2107 |
sources, which is not optimal, but required to avoid race conditions. |
|
2108 |
||
2109 |
An optimization would be to only require this spit-up on Mac. |
|
2110 |
||
2111 |
* WebKit.pri: |
|
2112 |
||
2113 |
2009-04-30 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2114 |
||
2115 |
Unreviewed build GTK build fix |
|
2116 |
||
2117 |
* configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger |
|
2118 |
||
2119 |
2009-04-30 Dimitri Glazkov <dglazkov@chromium.org> |
|
2120 |
||
2121 |
Unreviewed, build fix. |
|
2122 |
||
2123 |
https://bugs.webkit.org/show_bug.cgi?id=25470 |
|
2124 |
Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler. |
|
2125 |
||
2126 |
* configure.ac: Add autoconfig options, missed in the first commit. |
|
2127 |
||
2128 |
2009-04-28 Xan Lopez <xlopez@igalia.com> |
|
2129 |
||
2130 |
Unreviewed: bump versions in preparation for 1.1.6 release. |
|
2131 |
||
2132 |
* configure.ac: |
|
2133 |
||
2134 |
2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2135 |
||
2136 |
Reviewed by Xan Lopez. |
|
2137 |
||
2138 |
[GTK] Error reporting |
|
2139 |
https://bugs.webkit.org/show_bug.cgi?id=18344 |
|
2140 |
||
2141 |
Add webkiterror to the build. |
|
2142 |
||
2143 |
* GNUmakefile.am: |
|
2144 |
||
2145 |
2009-04-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2146 |
||
2147 |
Reviewed by Xan Lopez. |
|
2148 |
||
2149 |
[GTK] Error reporting |
|
2150 |
https://bugs.webkit.org/show_bug.cgi?id=18344 |
|
2151 |
||
2152 |
Add the default error page for installation. |
|
2153 |
||
2154 |
* GNUmakefile.am: |
|
2155 |
||
2156 |
2009-04-24 Diego Escalante Urrelo <diegoe@gnome.org> |
|
2157 |
||
2158 |
Reviewed by Gustavo Noronha. |
|
2159 |
||
2160 |
https://bugs.webkit.org/show_bug.cgi?id=15616 |
|
2161 |
[GTK] Add spell checking |
|
2162 |
||
2163 |
Add enchant support for spell-checking-languages property to work |
|
2164 |
properly. |
|
2165 |
||
2166 |
* GNUmakefile.am: |
|
2167 |
* configure.ac: |
|
2168 |
||
2169 |
2009-04-24 Simon Hausmann <simon.hausmann@nokia.com> |
|
2170 |
||
2171 |
Reviewed by Ariya Hidayat. |
|
2172 |
||
2173 |
Added support for generating API docs in the Qt build using "make docs" |
|
2174 |
||
2175 |
* WebKit.pro: Include docs.pri for "make docs" target. |
|
2176 |
||
2177 |
2009-04-14 Xan Lopez <xlopez@igalia.com> |
|
2178 |
||
2179 |
Unreviewed version bump in preparation for 1.1.5 release. |
|
2180 |
||
2181 |
* configure.ac: |
|
2182 |
||
2183 |
2009-04-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
2184 |
||
2185 |
Rubber-stamped by Sam Weinig. |
|
2186 |
||
2187 |
Added rules to maintain the localization support. We cannot simply |
|
2188 |
use whatever gettextize gives us because our build system is |
|
2189 |
non-recursive. |
|
2190 |
||
2191 |
* GNUmakefile.am: |
|
2192 |
* configure.ac: |
|
2193 |
||
2194 |
2009-04-05 Mike Hommey <glandium@debian.org> |
|
2195 |
||
2196 |
Reviewed by Holger Freyther. |
|
2197 |
||
2198 |
Filter out all C++ symbols |
|
2199 |
https://bugs.webkit.org/show_bug.cgi?id=24960 |
|
2200 |
||
2201 |
Considering the public API is all C, we can just filter out all |
|
2202 |
C++ mangled symbols, which will avoid exporting symbols in some |
|
2203 |
corner cases such as gcc bugs on specific architectures, etc. |
|
2204 |
||
2205 |
* autotools/symbols.filter: |
|
2206 |
||
2207 |
2009-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
2208 |
||
2209 |
Reviewed by Holger Freyther. |
|
2210 |
||
2211 |
Require GTK+ >= 2.10; 2.8 is already very old, and some very |
|
2212 |
useful APIs are only available since 2.10. |
|
2213 |
||
2214 |
* configure.ac: |
|
2215 |
||
2216 |
2009-04-01 Christian Dywan <christian@twotoasts.de> |
|
2217 |
||
2218 |
Reviewed by Holger Freyther. |
|
2219 |
||
2220 |
Unit test WebKitDownload |
|
2221 |
http://bugs.webkit.org/show_bug.cgi?id=24844 |
|
2222 |
||
2223 |
* GNUmakefile.am: Add a unit test for downloading. |
|
2224 |
||
2225 |
2009-04-01 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
2226 |
||
2227 |
Unreviewed build fix. Fix make distcheck, after the gtk-doc |
|
2228 |
integration. |
|
2229 |
||
2230 |
* GNUmakefile.am: |
|
2231 |
||
2232 |
2009-03-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
|
2233 |
||
2234 |
Reviewed by Holger Freyther. |
|
2235 |
||
2236 |
Integrate gtk-doc into the Gtk+ buildsystem. |
|
2237 |
||
2238 |
* autogen.sh: |
|
2239 |
* configure.ac: |
|
2240 |
||
2241 |
2009-03-30 Xan Lopez <xlopez@igalia.com> |
|
2242 |
||
2243 |
Unreviewed: bump version to 1.1.4 for release. |
|
2244 |
||
2245 |
* configure.ac: |
|
2246 |
||
2247 |
2009-03-21 Xan Lopez <xlopez@igalia.com> |
|
2248 |
||
2249 |
Reviewed by Holger Freyther. |
|
2250 |
||
2251 |
Require gnome-keyring 2.26.0, since we were depending on an |
|
2252 |
unreleased trunk revision between 2.25.91 and 2.26.0. |
|
2253 |
||
2254 |
* configure.ac: |
|
2255 |
||
2256 |
2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com> |
|
2257 |
||
2258 |
Reviewed by Holger Freyther. |
|
2259 |
||
2260 |
[GTK] Misc patches for WebKitWebHistoryItem |
|
2261 |
https://bugs.webkit.org/show_bug.cgi?id=24493 |
|
2262 |
||
2263 |
Added build support for build the WebKitWebHistoryItem unit test. |
|
2264 |
||
2265 |
* GNUmakefile.am: |
|
2266 |
||
2267 |
2009-03-20 Jan Michael Alonzo <jmalonzo@gmail.com> |
|
2268 |
||
2269 |
Reviewed by Holger Freyther. |
|
2270 |
||
2271 |
Separate gtk unit tests |
|
2272 |
https://bugs.webkit.org/show_bug.cgi?id=24039 |
|
2273 |
||
2274 |
Build the unit tests accordingly. |
|
2275 |
||
2276 |
* GNUmakefile.am: |
|
2277 |
||
2278 |
2009-03-17 Gustavo Noronha Silva <gns@gnome.org> |
|
2279 |
||
2280 |
Reviewed by Mark Rowe. |
|
2281 |
||
2282 |
Enable HTML5 media elements support by default in the GTK+ port. |
|
2283 |
||
2284 |
* configure.ac: |
|
2285 |
||
2286 |
2009-03-17 Mike Hommey <glandium@debian.org> |
|
2287 |
||
2288 |
Reviewed by Holger Freyther. |
|
2289 |
||
2290 |
Do not export cti* symbols. |
|
2291 |
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924. |
|
2292 |
||
2293 |
* autotools/symbols.filter: |
|
2294 |
||
2295 |
2009-03-15 Xan Lopez <xlopez@igalia.com> |
|
2296 |
||
2297 |
Bump version to 1.1.3 for release and fix soversion |
|
2298 |
calculation (oops). Thanks to Frederik Himpe for pointing this |
|
2299 |
out. |
|
2300 |
||
2301 |
* configure.ac: |
|
2302 |
||
2303 |
2009-03-15 Xan Lopez <xlopez@igalia.com> |
|
2304 |
||
2305 |
Bump version and libtool version for release. |
|
2306 |
||
2307 |
* configure.ac: |
|
2308 |
||
2309 |
2009-03-14 Xan Lopez <xlopez@igalia.com> |
|
2310 |
||
2311 |
No review, build fix. |
|
2312 |
||
2313 |
Split clean rules to make distcheck pass. |
|
2314 |
||
2315 |
* GNUmakefile.am: |
|
2316 |
||
2317 |
2009-03-13 Mark Rowe <mrowe@apple.com> |
|
2318 |
||
2319 |
Reviewed by Dan Bernstein. |
|
2320 |
||
2321 |
Remove rarely used Makefile targets from the Makefile. |
|
2322 |
||
2323 |
There are many situations in which the targets don't work as expected, |
|
2324 |
and their primary use is addressed by having the build system default |
|
2325 |
to building the appropriate architecture. |
|
2326 |
||
2327 |
* Makefile.shared: |
|
2328 |
||
2329 |
2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2330 |
||
2331 |
Reviewed by Holger Freyther. |
|
2332 |
||
2333 |
[Gtk] Fix make clean targets |
|
2334 |
https://bugs.webkit.org/show_bug.cgi?id=24450 |
|
2335 |
||
2336 |
Fix 'make' clean targets. We shouldn't be removing DerivedSources |
|
2337 |
if it's only clean. Only remove it if it's distclean or |
|
2338 |
maintainer-clean. Also remove build-related auxillary files on |
|
2339 |
dist/maintainer clean. |
|
2340 |
||
2341 |
* GNUmakefile.am: |
|
2342 |
||
2343 |
2009-03-11 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2344 |
||
2345 |
Reviewed by Holger Freyther |
|
2346 |
||
2347 |
[GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore |
|
2348 |
https://bugs.webkit.org/show_bug.cgi?id=2260 |
|
2349 |
||
2350 |
pangoft2 is also used in directfb builds so use it for all targets |
|
2351 |
||
2352 |
* configure.ac: |
|
2353 |
||
2354 |
2009-03-02 Xan Lopez <xan@gnome.org> |
|
2355 |
||
2356 |
Reviewed by Mark Rowe. |
|
2357 |
||
2358 |
https://bugs.webkit.org/show_bug.cgi?id=24287 |
|
2359 |
[GTK] Move auth dialog feature to WebKit/ |
|
2360 |
||
2361 |
Add WebKitSoupAuthDialog files to build. |
|
2362 |
||
2363 |
* GNUmakefile.am: |
|
2364 |
||
2365 |
2009-03-03 Gustavo Noronha Silva <gns@gnome.org> |
|
2366 |
||
2367 |
Reviewed by Alexey Proskuryakov. |
|
2368 |
||
2369 |
https://bugs.webkit.org/show_bug.cgi?id=16826 |
|
2370 |
[Gtk] Implement WebKitDownload |
|
2371 |
||
2372 |
Adding new files related to WebKitDownload to the GTK+ port. |
|
2373 |
||
2374 |
* GNUmakefile.am: |
|
2375 |
||
2376 |
2009-03-02 Gustavo Noronha Silva <gns@gnome.org> |
|
2377 |
||
2378 |
Unreviewed build fix; adding missing files to EXTRA_DIST, so that |
|
2379 |
they show up in the tarball. |
|
2380 |
||
2381 |
* GNUmakefile.am: |
|
2382 |
||
2383 |
2009-03-01 Christian Dywan <christian@twotoasts.de> |
|
2384 |
||
2385 |
* configure.ac: Bump GTK port version to 1.1.1. |
|
2386 |
||
2387 |
2009-02-27 Gustavo Noronha Silva <gns@gnome.org> |
|
2388 |
||
2389 |
Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list |
|
2390 |
file to EXTRA_DIST to fix make dist. |
|
2391 |
||
2392 |
* GNUmakefile.am: |
|
2393 |
||
2394 |
2009-02-26 Xan Lopez <xan@gnome.org> |
|
2395 |
||
2396 |
Reviewed by Holger Freyther. |
|
2397 |
||
2398 |
https://bugs.webkit.org/show_bug.cgi?id=16947 |
|
2399 |
[GTK] Missing HTTP Auth challenge |
|
2400 |
||
2401 |
Add HTTP authentication dialog with optional GNOME Keyring |
|
2402 |
storage. |
|
2403 |
||
2404 |
* GNUmakefile.am: |
|
2405 |
* configure.ac: |
|
2406 |
||
2407 |
2009-02-26 Xan Lopez <xan@gnome.org> |
|
2408 |
||
2409 |
Reviewed by Holger Freyther. |
|
2410 |
||
2411 |
https://bugs.webkit.org/show_bug.cgi?id=16947 |
|
2412 |
[GTK] Missing HTTP Auth challenge |
|
2413 |
||
2414 |
Take marshallers to be built from a manually maintained list |
|
2415 |
instead of grepping the sources. |
|
2416 |
||
2417 |
It's much faster, especially so now that we want to add |
|
2418 |
marshallers from WebCore too. A system to only take into account |
|
2419 |
the modified files when generating the marshallers from sources |
|
2420 |
could be hacked, but I think it's overkill considering how rarely |
|
2421 |
a new marshaller is added. |
|
2422 |
||
2423 |
* GNUmakefile.am: |
|
2424 |
||
2425 |
2009-02-24 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2426 |
||
2427 |
Reviewed by Alexey Proskuryakov. |
|
2428 |
||
2429 |
[Gtk] add options for 3D transforms and HTML5 channel messaging to the build |
|
2430 |
https://bugs.webkit.org/show_bug.cgi?id=24072 |
|
2431 |
||
2432 |
Add options for toggling 3D transforms and HTML5 channel messaging |
|
2433 |
support on or off. |
|
2434 |
||
2435 |
Also fix the web-workers option. It should be web-workers and not workers. |
|
2436 |
||
2437 |
* configure.ac: |
|
2438 |
||
2439 |
2009-02-23 Xan Lopez <xan@gnome.org> |
|
2440 |
||
2441 |
Reviewed by Alexey Proskuryakov. |
|
2442 |
||
2443 |
https://bugs.webkit.org/show_bug.cgi?id=22624 |
|
2444 |
[SOUP][GTK] Need API to get SoupSession from WebKit. |
|
2445 |
||
2446 |
Remove CURL support, the only supported HTTP backend is SOUP now. |
|
2447 |
||
2448 |
* GNUmakefile.am: |
|
2449 |
* configure.ac: |
|
2450 |
||
2451 |
2009-02-19 Christian Dywan <christian@twotoasts.de> |
|
2452 |
||
2453 |
Rubber-stamped by Holger Freyther. |
|
2454 |
||
2455 |
http://bugs.webkit.org/show_bug.cgi?id=22811 |
|
2456 |
Underlinking in Programs_UnitTests (GTK+ build) |
|
2457 |
||
2458 |
* GNUmakefile.am: Add GLIB_LIBS to unit test library flags. |
|
2459 |
||
2460 |
2009-02-18 Gustavo Noronha Silva <gns@gnome.org> |
|
2461 |
||
2462 |
Reviewed by Holger Freyther. |
|
2463 |
||
2464 |
Fix symbols.filter location, and add other missing files to the |
|
2465 |
autotools build, so that make dist works. |
|
2466 |
||
2467 |
* GNUmakefile.am: |
|
2468 |
||
2469 |
2009-02-17 Gustavo Noronha Silva <gns@gnome.org> |
|
2470 |
||
2471 |
Reviewed by Alexey Proskuryakov. |
|
2472 |
||
2473 |
https://bugs.webkit.org/show_bug.cgi?id=23939 |
|
2474 |
Release build being built with debugging symbols |
|
2475 |
||
2476 |
* configure.ac: Revert change done in revision 40790, since we |
|
2477 |
already have a AC_PROG_CXX macro call as part of WEBKIT_INIT |
|
2478 |
||
2479 |
2009-02-12 Gustavo Noronha Silva <gns@gnome.org> |
|
2480 |
||
2481 |
Reviewed by Eric Seidel. |
|
2482 |
||
2483 |
* configure.ac: Make soup the default HTTP backend for the Gtk port. |
|
2484 |
||
2485 |
2009-02-09 Calvin Walton <calvin.walton@gmail.com> |
|
2486 |
||
2487 |
Reviewed by Holger Freyther. |
|
2488 |
||
2489 |
https://bugs.webkit.org/show_bug.cgi?id=23823 |
|
2490 |
||
2491 |
[Gtk] Fix build with recent autotools |
|
2492 |
||
2493 |
Current versions of automake/libtool don't assume you want C++ enabled |
|
2494 |
by default any more, so explicitly check for a C++ compiler. |
|
2495 |
||
2496 |
* configure.ac: Add AC_PROG_CXX macro |
|
2497 |
||
2498 |
2009-02-02 Christian Dywan <christian@twotoasts.de> |
|
2499 |
||
2500 |
Rubber-stamped by Holger Freyther. |
|
2501 |
||
2502 |
Don't require Geolocation by default. |
|
2503 |
||
2504 |
* configure.ac: |
|
2505 |
||
2506 |
2009-01-30 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2507 |
||
2508 |
Reviewed by Nikolas Zimmermann. |
|
2509 |
||
2510 |
[Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits |
|
2511 |
https://bugs.webkit.org/show_bug.cgi?id=22136 |
|
2512 |
||
2513 |
* GNUmakefile.am: |
|
2514 |
* acinclude.m4: Removed. |
|
2515 |
* autogen.sh: |
|
2516 |
* autotools/acinclude.m4: Added. |
|
2517 |
* autotools/dolt.m4: Added. |
|
2518 |
* autotools/symbols.filter: Renamed from symbols.filter. |
|
2519 |
* autotools/webkit.m4: Added. |
|
2520 |
* configure.ac: |
|
2521 |
||
2522 |
2009-01-30 Holger Hans Peter Freyther <zecke@selfish.org> |
|
2523 |
||
2524 |
Reviewed by Nikolas Zimmermann. |
|
2525 |
||
2526 |
[GTK] Implement GeolocationService using the Geoclue library |
|
2527 |
||
2528 |
https://bugs.webkit.org/show_bug.cgi?id=22022 |
|
2529 |
||
2530 |
Untested implementation of the GeolocationService using the geoclue |
|
2531 |
library. Velocity handling is completely missing and the accuracy |
|
2532 |
handling might be wrong. |
|
2533 |
||
2534 |
* GNUmakefile.am: |
|
2535 |
* configure.ac: |
|
2536 |
||
2537 |
2009-01-11 Xan Lopez <xan@gnome.org> |
|
2538 |
||
2539 |
Reviewed by Holger Freyther. |
|
2540 |
||
2541 |
Bump version to 1.1.0 since we are breaking ABI and adding new |
|
2542 |
major features. |
|
2543 |
||
2544 |
* configure.ac: |
|
2545 |
||
2546 |
2008-12-19 Marco Barisione <marco.barisione@collabora.co.uk> |
|
2547 |
||
2548 |
Reviewed by Holger Freyther. |
|
2549 |
||
2550 |
http://bugs.webkit.org/show_bug.cgi?id=16562 |
|
2551 |
[gtk] Implement WebPolicyDelegate methods |
|
2552 |
||
2553 |
Original work by Pierre-Luc Beaudoin. Final touches by Gustavo |
|
2554 |
Noronha. |
|
2555 |
||
2556 |
This implements the delegates methods of WebPolicyDelegate. |
|
2557 |
Since Gtk+/C doesn't have delegate methods, they are replaced with |
|
2558 |
signals. |
|
2559 |
||
2560 |
A new object WebKitWebPolicyDecision allows the browser to delay its |
|
2561 |
response in certain cases. WebKitWebNavigationAction contains the |
|
2562 |
information about what caused a navigation request. |
|
2563 |
||
2564 |
* GNUmakefile.am: Add new files |
|
2565 |
||
2566 |
2008-12-19 Gustavo Noronha Silva <gns@gnome.org> |
|
2567 |
||
2568 |
Reviewed by Holger Freyther. |
|
2569 |
||
2570 |
Use ustar tar format for WebKit/GTK+'s make dist target, so that |
|
2571 |
storing files whose filenames are > 99 is possible. |
|
2572 |
||
2573 |
* configure.ac: |
|
2574 |
||
2575 |
2008-12-19 Holger Hans Peter Freyther <zecke@selfish.org> |
|
2576 |
||
2577 |
[GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST |
|
2578 |
||
2579 |
Fix the jit compilation on i*686 on Linux by using the va_list |
|
2580 |
to pass arguments to the CTI. This is done on the MAC as well |
|
2581 |
and sunspider and javascriptcore seem to work with that. |
|
2582 |
||
2583 |
* configure.ac: |
|
2584 |
||
2585 |
2008-12-18 Pamela Greene <pam@chromium.org> |
|
2586 |
||
2587 |
Submitted without review. |
|
2588 |
Right, remove the whole misplaced directory, not just the tests. |
|
2589 |
||
2590 |
* fast: Removed. |
|
2591 |
* fast/dom: Removed. |
|
2592 |
||
2593 |
2008-12-18 Pamela Greene <pam@chromium.org> |
|
2594 |
||
2595 |
Submitted without review. |
|
2596 |
Moving layout test into LayoutTests where it belongs. |
|
2597 |
||
2598 |
* fast/dom/setter-type-enforcement-expected.txt: Removed. |
|
2599 |
* fast/dom/setter-type-enforcement.html: Removed. |
|
2600 |
||
2601 |
2008-12-15 Daniel Macks <dmacks@netspace.org> |
|
2602 |
||
2603 |
Reviewed by Darin Adler. |
|
2604 |
||
2605 |
Default to use external libicu-config if avail on all platforms. |
|
2606 |
https://bugs.webkit.org/show_bug.cgi?id=22713 |
|
2607 |
||
2608 |
* configure.ac: |
|
2609 |
||
2610 |
2008-12-12 Holger Hans Peter Freyther <zecke@selfish.org> |
|
2611 |
||
2612 |
Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10) |
|
2613 |
||
2614 |
The m4 directory does not exist and we now have a compile issue on |
|
2615 |
Gentoo systems. |
|
2616 |
||
2617 |
* GNUmakefile.am: |
|
2618 |
* configure.ac: |
|
2619 |
||
2620 |
2008-12-11 Daniel Macks <dmacks@netspace.org> |
|
2621 |
||
2622 |
Reviewed by Darin Adler. |
|
2623 |
||
2624 |
https://bugs.webkit.org/show_bug.cgi?id=22714 |
|
2625 |
||
2626 |
Put libtool macro files in subdir that it wants. |
|
2627 |
||
2628 |
* GNUmakefile.am: |
|
2629 |
* configure.ac: |
|
2630 |
||
2631 |
2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org> |
|
2632 |
||
2633 |
Reviewed by Eric Seidel. |
|
2634 |
||
2635 |
[Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API |
|
2636 |
||
2637 |
https://bugs.webkit.org/show_bug.cgi?id=22491 |
|
2638 |
||
2639 |
Add the skeleton to WebKit/gtk/tests and integrate that into the |
|
2640 |
buildsystem. Testing support was added in glib 2.16. For versions |
|
2641 |
using glib < 2.16 we compile an empty application. |
|
2642 |
||
2643 |
* GNUmakefile.am: |
|
2644 |
||
2645 |
2008-12-07 Holger Hans Peter Freyther <zecke@selfish.org> |
|
2646 |
||
2647 |
Reviewed by Cameron Zwarich. |
|
2648 |
||
2649 |
[GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC |
|
2650 |
||
2651 |
When building the jit on i*86 also enable the above optimizations. |
|
2652 |
||
2653 |
* configure.ac: |
|
2654 |
||
2655 |
2008-12-03 Simon Hausmann <hausmann@webkit.org> |
|
2656 |
||
2657 |
Reviewed by Tor Arne Vestbø. |
|
2658 |
||
2659 |
Fix the build of WebKit inside Qt by making sure that qmake generators |
|
2660 |
that do not produce generated sources (i.e. cpp files) are not |
|
2661 |
included in SOURCES. |
|
2662 |
||
2663 |
* WebKit.pri: |
|
2664 |
||
2665 |
2008-12-02 Simon Hausmann <hausmann@webkit.org> |
|
2666 |
||
2667 |
Reviewed by Tor Arne Vestbø. |
|
2668 |
||
2669 |
Removed JavaScriptCore from SUBDIRS as it's not built separately |
|
2670 |
anymore. |
|
2671 |
||
2672 |
* WebKit.pro: |
|
2673 |
||
2674 |
2008-11-28 Gustavo Noronha Silva <gns@gnome.org> |
|
2675 |
||
2676 |
Reviewed and slightly modified by Holger Freyther. |
|
2677 |
||
2678 |
https://bugs.webkit.org/show_bug.cgi?id=19130 |
|
2679 |
||
2680 |
Added the new WebKitGtk files to be built: |
|
2681 |
WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h} |
|
2682 |
||
2683 |
* GNUmakefile.am: |
|
2684 |
||
2685 |
2008-11-26 Kalle Vahlman <kalle.vahlman@movial.com> |
|
2686 |
||
2687 |
Reviewed by Darin Adler. Landed by Jan Alonzo. |
|
2688 |
||
2689 |
Bison versions under 2.2 produce crashing CSSGrammar code for ARM |
|
2690 |
https://bugs.webkit.org/show_bug.cgi?id=22456 |
|
2691 |
||
2692 |
Check for bison version 2.2 or greater on ARM. Earlier versions produce |
|
2693 |
code that crashes on ARM devices. |
|
2694 |
||
2695 |
* configure.ac: |
|
2696 |
||
2697 |
2008-11-25 Holger Hans Peter Freyther <zecke@selfish.org> |
|
2698 |
||
2699 |
Reviewed by David Kilzer. |
|
2700 |
||
2701 |
https://bugs.webkit.org/show_bug.cgi?id=22022 |
|
2702 |
||
2703 |
Add Geolocation support to the configure.ac |
|
2704 |
||
2705 |
Add an option to build WebKit/Gtk+ with Geolocation. The |
|
2706 |
implementation will be using Gypsy. |
|
2707 |
||
2708 |
* configure.ac: |
|
2709 |
||
2710 |
2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org> |
|
2711 |
||
2712 |
Reviewed by Mark Rowe. |
|
2713 |
||
2714 |
[Gtk+] Add configure option to enable Web Workers and enable it by default |
|
2715 |
||
2716 |
Add --enable-workers to the buildsystem (used by build-webkit) add |
|
2717 |
the to be build files to the GNUmakefile.am and change build-webkit |
|
2718 |
to enable Web Workers by default. |
|
2719 |
||
2720 |
* configure.ac: |
|
2721 |
||
2722 |
2008-09-09 Joerg Bornemann <joerg.bornemann@trolltech.com> |
|
2723 |
||
2724 |
Reviewed by Simon Hausmann. |
|
2725 |
||
2726 |
Steps towards making the Qt port of WebKit compile on Windows CE |
|
2727 |
||
2728 |
https://bugs.webkit.org/show_bug.cgi?id=20746 |
|
2729 |
||
2730 |
* WebKit.pro: don't build DumpRenderTree on all Win32 platforms |
|
2731 |
||
2732 |
2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com> |
|
2733 |
||
2734 |
Reviewed by George Staikos. |
|
2735 |
||
2736 |
Add WML build support for Gtk as well. |
|
2737 |
||
2738 |
* configure.ac: |
|
2739 |
||
2740 |
2008-11-16 Geoffrey Garen <ggaren@apple.com> |
|
2741 |
||
2742 |
Not reviewed. |
|
2743 |
||
2744 |
Try to fix gtk build. |
|
2745 |
||
2746 |
* configure.ac: |
|
2747 |
||
2748 |
2008-11-10 Tor Arne Vestbø <tavestbo@trolltech.com> |
|
2749 |
||
2750 |
Rubber-stamped by Simon Hausmann. |
|
2751 |
||
2752 |
Distinguish between building from trunk and as part of Qt |
|
2753 |
||
2754 |
* WebKit.pri: |
|
2755 |
||
2756 |
2008-11-10 Morten Sørvig <msorvig@trolltech.com> |
|
2757 |
||
2758 |
Reviewed by Simon Hausmann. |
|
2759 |
||
2760 |
Make tests/auto/qwebframe compile on Qt/Mac. |
|
2761 |
||
2762 |
* WebKit.pri: Fix linkage against QtWebKit when compiled as framework. |
|
2763 |
||
2764 |
2008-11-06 Cameron Zwarich <zwarich@apple.com> |
|
2765 |
||
2766 |
Not reviewed. |
|
2767 |
||
2768 |
Speculatively fix the GTK build. |
|
2769 |
||
2770 |
* GNUmakefile.am: |
|
2771 |
||
2772 |
2008-11-06 Alp Toker <alp@nuanti.com> |
|
2773 |
||
2774 |
GTK build fix for r38155. create_hash_table was moved out of kjs/ |
|
2775 |
||
2776 |
* GNUmakefile.am: |
|
2777 |
||
2778 |
2008-11-06 Cameron Zwarich <zwarich@apple.com> |
|
2779 |
||
2780 |
Rubber-stamped by Sam Weinig. |
|
2781 |
||
2782 |
Correct the reference to jsc.pro in WebKit.pro to match its new |
|
2783 |
location in the root directory of JavaScriptCore. |
|
2784 |
||
2785 |
* WebKit.pro: |
|
2786 |
||
2787 |
2008-11-03 Alp Toker <alp@nuanti.com> |
|
2788 |
||
2789 |
autotools distcleancheck fix. Add dolt-generated files and |
|
2790 |
webkitenumtypes.h to the list of files that need to be cleaned. |
|
2791 |
Unreviewed. |
|
2792 |
||
2793 |
* GNUmakefile.am: |
|
2794 |
||
2795 |
2008-11-03 Alp Toker <alp@nuanti.com> |
|
2796 |
||
2797 |
Rubber-stamped by Holger Freyther. |
|
2798 |
||
2799 |
Do not enable RTTI or exceptions in debug builds, matching release |
|
2800 |
builds. They don't help much with debugging and significantly slow |
|
2801 |
down and increase the size of the debug build. |
|
2802 |
||
2803 |
* GNUmakefile.am: |
|
2804 |
||
2805 |
2008-11-03 Alp Toker <alp@nuanti.com> |
|
2806 |
||
2807 |
Rubber-stamped by Holger Freyther. |
|
2808 |
||
2809 |
Add mingw32 case to dolt for faster GTK+ Windows builds. |
|
2810 |
||
2811 |
* acinclude.m4: |
|
2812 |
||
2813 |
2008-11-02 Xan Lopez <xan@gnome.org> |
|
2814 |
||
2815 |
Reviewed by Holger Freyther |
|
2816 |
||
2817 |
https://bugs.webkit.org/show_bug.cgi?id=22009 |
|
2818 |
HTML5 Video with GStreamer pulls gnome-vfs without using it. |
|
2819 |
||
2820 |
* configure.ac: |
|
2821 |
Remove gnome-vfs from configure.ac, it's unused. |
|
2822 |
||
2823 |
2008-10-30 Alp Toker <alp@nuanti.com> |
|
2824 |
||
2825 |
https://bugs.webkit.org/show_bug.cgi?id=19395 |
|
2826 |
doltlibtool bug with bash 3.0 |
|
2827 |
||
2828 |
autotools dolt build fix for bash version 3.0 and older. Remove |
|
2829 |
concatenation syntax from doltlibtool to support the older versions |
|
2830 |
which don't have '+='. |
|
2831 |
||
2832 |
* acinclude.m4: |
|
2833 |
||
2834 |
2008-10-30 Alp Toker <alp@nuanti.com> |
|
2835 |
||
2836 |
Rubber-stamped by Oliver Hunt. |
|
2837 |
||
2838 |
autotools build system change to enable JIT features by default. Can |
|
2839 |
be disabled with --disable-jit (and is disabled automatically on |
|
2840 |
unsupported platforms). |
|
2841 |
||
2842 |
* configure.ac: |
|
2843 |
||
2844 |
2008-10-30 Alp Toker <alp@nuanti.com> |
|
2845 |
||
2846 |
Bump WebKit GTK+ version to 1.0.3. |
|
2847 |
||
2848 |
* configure.ac: |
|
2849 |
||
2850 |
2008-10-29 Gustavo Noronha Silva <gns@gnome.org> |
|
2851 |
||
2852 |
Reviewed by Holger Freyther. |
|
2853 |
||
2854 |
Added all the files that need to be installed for the Inspector to |
|
2855 |
work. |
|
2856 |
||
2857 |
2008-10-29 Mike Hommey <glandium@debian.org> |
|
2858 |
||
2859 |
Reviewed by Holger Freyther. |
|
2860 |
||
2861 |
https://bugs.webkit.org/show_bug.cgi?id=21884 |
|
2862 |
Test presence and link against libpng. |
|
2863 |
||
2864 |
* GNUmakefile.am: |
|
2865 |
* configure.ac: |
|
2866 |
||
2867 |
2008-10-29 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2868 |
||
2869 |
Reviewed by Holger Freyther. |
|
2870 |
||
2871 |
Add --enable-optimizations to enable optimized builds. The default |
|
2872 |
is to enable it for release builds, and disabled for debug builds. |
|
2873 |
This option will allow builders to have a debug as well as |
|
2874 |
optimized builds. |
|
2875 |
||
2876 |
* GNUmakefile.am: |
|
2877 |
* configure.ac: |
|
2878 |
||
2879 |
2008-10-28 Mike Hommey <glandium@debian.org> |
|
2880 |
||
2881 |
Reviewed by Alp Toker. |
|
2882 |
||
2883 |
https://bugs.webkit.org/show_bug.cgi?id=21885 |
|
2884 |
[GTK] libwebkit doesn't link against libpangoft2 |
|
2885 |
||
2886 |
Add pkg-config check for pangoft2 which provides |
|
2887 |
pango_fc_font_description_from_pattern() used in the FreeType font |
|
2888 |
backend. |
|
2889 |
||
2890 |
* configure.ac: |
|
2891 |
||
2892 |
2008-10-28 Alp Toker <alp@nuanti.com> |
|
2893 |
||
2894 |
Include copyright license files in the autotools dist target. |
|
2895 |
||
2896 |
Change suggested by Mike Hommey. |
|
2897 |
||
2898 |
* GNUmakefile.am: |
|
2899 |
||
2900 |
2008-10-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2901 |
||
2902 |
Gtk build fix: add '-' to Wl which was missed in r36845 |
|
2903 |
||
2904 |
* GNUmakefile.am: |
|
2905 |
||
2906 |
2008-10-22 Alp Toker <alp@nuanti.com> |
|
2907 |
||
2908 |
Fix build for Cairo 1.2. |
|
2909 |
||
2910 |
* configure.ac: |
|
2911 |
||
2912 |
2008-10-20 Alp Toker <alp@nuanti.com> |
|
2913 |
||
2914 |
Partial GTK+/Win32 build fix. Lowercase library name to enable linking |
|
2915 |
when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32 |
|
2916 |
||
2917 |
* configure.ac: |
|
2918 |
||
2919 |
2008-10-13 Alp Toker <alp@nuanti.com> |
|
2920 |
||
2921 |
GTK+ build fix: Ensure correct builds when debugging is |
|
2922 |
enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed. |
|
2923 |
It's still passed as a compiler flag since some sources (DRT) don't |
|
2924 |
use config.h yet. |
|
2925 |
||
2926 |
* configure.ac: |
|
2927 |
||
2928 |
2008-10-09 Alp Toker <alp@nuanti.com> |
|
2929 |
||
2930 |
Reviewed by Mark Rowe. |
|
2931 |
||
2932 |
https://bugs.webkit.org/show_bug.cgi?id=20760 |
|
2933 |
Implement support for x86 Linux in CTI |
|
2934 |
||
2935 |
Prepare to enable CTI/WREC on supported architectures. Will be |
|
2936 |
switched on when the crasher introduced in r37386 is resolved. |
|
2937 |
||
2938 |
* configure.ac: |
|
2939 |
||
2940 |
2008-10-07 Alp Toker <alp@nuanti.com> |
|
2941 |
||
2942 |
GTK+ build fix for older automake versions (1.7). Discussed in bug |
|
2943 |
#21392. |
|
2944 |
||
2945 |
* GNUmakefile.am: |
|
2946 |
||
2947 |
2008-10-07 Alp Toker <alp@nuanti.com> |
|
2948 |
||
2949 |
Reviewed by Mark Rowe. |
|
2950 |
||
2951 |
https://bugs.webkit.org/show_bug.cgi?id=21392 |
|
2952 |
[GTK] Auto-generate JS DOM binding sources list |
|
2953 |
||
2954 |
Remove the huge lists of generated DOM binding sources and headers in |
|
2955 |
the build system. These are difficult to maintain and can be derived |
|
2956 |
automatically. |
|
2957 |
||
2958 |
The new strategy is to re-use the existing lists of IDL sources (which |
|
2959 |
are needed for dist support anyway). This will also ease the addition |
|
2960 |
of new language bindings. |
|
2961 |
||
2962 |
* GNUmakefile.am: |
|
2963 |
||
2964 |
2008-09-27 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
2965 |
||
2966 |
Reviewed by Holger Freyther. |
|
2967 |
||
2968 |
https://bugs.webkit.org/show_bug.cgi?id=20287 |
|
2969 |
[Gtk] disable plugins for gtk/directfb target |
|
2970 |
||
2971 |
Introduce WTF_PLATFORM_X11 for X11 builds. |
|
2972 |
Also use target-specific packages when building the port |
|
2973 |
||
2974 |
* configure.ac: Do not check for cairo-ft for directfb builds. |
|
2975 |
||
2976 |
2008-09-27 Marco Barisione <marco.barisione@collabora.co.uk> |
|
2977 |
||
2978 |
Reviewed by Holger Freyther. |
|
2979 |
||
2980 |
http://bugs.webkit.org/show_bug.cgi?id=21174 |
|
2981 |
[GTK][AUTOTOOLS] Enable large file support at configure time |
|
2982 |
||
2983 |
* configure.ac: Enable large file support with AC_SYS_LARGEFILE. |
|
2984 |
||
2985 |
2008-09-23 Richard Hult <richard@imendio.com> |
|
2986 |
||
2987 |
Reviewed by Alp Toker. Landed by Jan Alonzo. |
|
2988 |
||
2989 |
http://bugs.webkit.org/show_bug.cgi?id=20582 |
|
2990 |
[Gtk] Link error on Mac OS X |
|
2991 |
||
2992 |
* GNUmakefile.am: Only use the -version-script flag for the gnu |
|
2993 |
linker. |
|
2994 |
* configure.ac: Check for GNU OSes. |
|
2995 |
||
2996 |
2008-09-19 Alp Toker <alp@nuanti.com> |
|
2997 |
||
2998 |
Build fix for the 'gold' linker and recent binutils. New behaviour |
|
2999 |
requires that we link to used libraries explicitly. |
|
3000 |
||
3001 |
* GNUmakefile.am: |
|
3002 |
* configure.ac: |
|
3003 |
||
3004 |
2008-09-04 Marco Barisione <marco.barisione@collabora.co.uk> |
|
3005 |
||
3006 |
Reviewed by Eric Seidel. |
|
3007 |
||
3008 |
http://bugs.webkit.org/show_bug.cgi?id=20380 |
|
3009 |
[GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h |
|
3010 |
||
3011 |
* configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h. |
|
3012 |
||
3013 |
2008-08-28 Alp Toker <alp@nuanti.com> |
|
3014 |
||
3015 |
GTK+ dist/build fix. List newly added header files. |
|
3016 |
||
3017 |
* GNUmakefile.am: |
|
3018 |
||
3019 |
2008-08-27 Mike Hommey <glandium@debian.org> |
|
3020 |
||
3021 |
Reviewed by Holger. |
|
3022 |
||
3023 |
* GNUmakefile.am: |
|
3024 |
* symbols.filter: Added. |
|
3025 |
||
3026 |
2008-08-10 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
3027 |
||
3028 |
Reviewed (and updated) by Alp Toker. |
|
3029 |
||
3030 |
https://bugs.webkit.org/show_bug.cgi?id=16620 |
|
3031 |
[GTK] Autotools make dist and make check support |
|
3032 |
||
3033 |
Get make dist working. |
|
3034 |
||
3035 |
Note that not all possible configurations have been tested yet. |
|
3036 |
||
3037 |
* GNUmakefile.am: |
|
3038 |
||
3039 |
2008-08-09 Marco Barisione <marco.barisione@collabora.co.uk> |
|
3040 |
||
3041 |
Reviewed by Alp Toker. |
|
3042 |
||
3043 |
http://bugs.webkit.org/show_bug.cgi?id=19045 |
|
3044 |
[gtk] ./configure doesn't check for x toolkit availability |
|
3045 |
||
3046 |
Some old versions of Xt do not provide xt.pc, in this case use |
|
3047 |
AC_CHECK_LIB to check if the library is installed and then fall back |
|
3048 |
to using just -lXt. |
|
3049 |
||
3050 |
* configure.ac: |
|
3051 |
||
3052 |
2008-08-09 Alp Toker <alp@nuanti.com> |
|
3053 |
||
3054 |
GTK+ build fixes. |
|
3055 |
||
3056 |
Back out r20338 libxslt check (conditional check already exists and |
|
3057 |
this broke the build). |
|
3058 |
||
3059 |
Make the flex version check a warning rather than fatal to fix the |
|
3060 |
build bot. |
|
3061 |
||
3062 |
* configure.ac: |
|
3063 |
||
3064 |
2008-08-08 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
3065 |
||
3066 |
Reviewed by Mark Rowe. |
|
3067 |
||
3068 |
http://bugs.webkit.org/show_bug.cgi?id=20338 |
|
3069 |
[Gtk] Autotools should check for libxslt |
|
3070 |
||
3071 |
Autotools check for libxslt |
|
3072 |
||
3073 |
* configure.ac: |
|
3074 |
||
3075 |
2008-08-07 Kalle Vahlman <zuh@iki.fi> |
|
3076 |
||
3077 |
Reviewed by David Kilzer. |
|
3078 |
||
3079 |
Check for correct flex version to avoid faulty builds |
|
3080 |
||
3081 |
A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it |
|
3082 |
https://bugs.webkit.org/show_bug.cgi?id=20253 |
|
3083 |
||
3084 |
acinclude.m4: Import AX_COMPARE_VERSION macro |
|
3085 |
configure.ac: Check for flex version |
|
3086 |
||
3087 |
* acinclude.m4: |
|
3088 |
* configure.ac: |
|
3089 |
||
3090 |
2008-08-07 Simon Hausmann <hausmann@webkit.org> |
|
3091 |
||
3092 |
Rubber-stamped by Lars. |
|
3093 |
||
3094 |
Added API tests for QWebPage/QWebFrame based on QTestLib. |
|
3095 |
||
3096 |
* WebKit.pro: Add WebKit/qt/tests to the build. |
|
3097 |
||
3098 |
2008-08-06 Marco Barisione <marco.barisione@collabora.co.uk> |
|
3099 |
||
3100 |
Reviewed by Eric Seidel. |
|
3101 |
||
3102 |
http://bugs.webkit.org/show_bug.cgi?id=20276 |
|
3103 |
[GTK] Makefile rules for the enum GTypes files depend on Makefile |
|
3104 |
instead of GNUmakefile |
|
3105 |
||
3106 |
The patch committed in revision 34649 added the code needed to |
|
3107 |
generate GTypes for enums but the makefile rules for |
|
3108 |
stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on |
|
3109 |
Makefile (used by other ports) instead of GNUmakefile. |
|
3110 |
||
3111 |
* GNUmakefile.am: Depend on GNUmakefile instead of Makefile. |
|
3112 |
||
3113 |
2008-08-05 Marco Barisione <marco.barisione@collabora.co.uk> |
|
3114 |
||
3115 |
Reviewed by Alp Toker. |
|
3116 |
||
3117 |
http://bugs.webkit.org/show_bug.cgi?id=19045 |
|
3118 |
[gtk] ./configure doesn't check for x toolkit availability |
|
3119 |
||
3120 |
Check for the .pc file for Xt instead of hard coding -lXt in the |
|
3121 |
GNUmakefile.am. |
|
3122 |
||
3123 |
Thanks to Dominik Röttsches for the initial patch. |
|
3124 |
||
3125 |
* GNUmakefile.am: |
|
3126 |
* configure.ac: |
|
3127 |
||
3128 |
2008-07-30 Marco Barisione <marco.barisione@collabora.co.uk> |
|
3129 |
||
3130 |
Reviewed by Holger. |
|
3131 |
||
3132 |
http://bugs.webkit.org/show_bug.cgi?id=19742 |
|
3133 |
[GTK] Auto generate webkitmarshal.list |
|
3134 |
||
3135 |
Auto generate webkitmarshal.list from source files to reduce the |
|
3136 |
number of conflicts when merging git branches or when applying |
|
3137 |
patches. |
|
3138 |
Also rename webkit-marshal.* to webkitmarshal.* for consistency. |
|
3139 |
||
3140 |
* GNUmakefile.am: |
|
3141 |
||
3142 |
2008-07-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
3143 |
||
3144 |
Reviewed by Mark Rowe. |
|
3145 |
||
3146 |
Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee. |
|
3147 |
||
3148 |
[Gtk] Improve detection jpeglib |
|
3149 |
https://bugs.webkit.org/show_bug.cgi?id=17865 |
|
3150 |
||
3151 |
* GNUmakefile.am: |
|
3152 |
* configure.ac: |
|
3153 |
||
3154 |
2008-07-25 Simon Hausmann <hausmann@webkit.org> |
|
3155 |
||
3156 |
Discussed with and rubber-stamped by Lars. |
|
3157 |
||
3158 |
Fix the build system for the Qt port. |
|
3159 |
||
3160 |
Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the |
|
3161 |
include search path. With a build process that combines JavaScriptCore and |
|
3162 |
WebCore in one build process/Makefile the existance of |
|
3163 |
JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts. |
|
3164 |
||
3165 |
This commit solves this by introducing a separate build of JavaScriptCore into |
|
3166 |
a static library. |
|
3167 |
||
3168 |
As a result of the split-up a race-condition due to broken dependencies of |
|
3169 |
regular source files to header files of generated sources showed up very |
|
3170 |
frequently when doing parallel builds (which the buildbot does). This commit at |
|
3171 |
the same time tries to address the dependency problem by making the |
|
3172 |
addExtraCompiler() function also generate a pseudo extra compiler that |
|
3173 |
represents the header file output, so that qmake is aware of the creation of |
|
3174 |
the header file for dependency calculation. |
|
3175 |
||
3176 |
At the same time I removed a lot of cruft from the pro files to ease maintenance. |
|
3177 |
||
3178 |
* WebKit.pri: |
|
3179 |
* WebKit.pro: |
|
3180 |
||
3181 |
2008-06-18 Marco Barisione <marco.barisione@collabora.co.uk> |
|
3182 |
||
3183 |
Reviewed by Alp Toker. |
|
3184 |
||
3185 |
https://bugs.webkit.org/show_bug.cgi?id=19171 |
|
3186 |
[GTK] GTypes for enumerations |
|
3187 |
||
3188 |
Generate GTypes for public enumerations so they can be used as |
|
3189 |
properties. |
|
3190 |
||
3191 |
* GNUmakefile.am: Generate webkit-enum-types.cpp and |
|
3192 |
webkit-enum-types.h. |
|
3193 |
||
3194 |
2008-06-16 Simon Hausmann <hausmann@webkit.org> |
|
3195 |
||
3196 |
Fix the Qt build. testkjs.pro is now called jsc.pro. |
|
3197 |
||
3198 |
* WebKit.pro: |
|
3199 |
||
3200 |
2008-06-15 Alp Toker <alp@nuanti.com> |
|
3201 |
||
3202 |
Rubber-stamped by Maciej. |
|
3203 |
||
3204 |
Install 'jsc' application by default. |
|
3205 |
||
3206 |
* GNUmakefile.am: |
|
3207 |
||
3208 |
2008-06-08 Alp Toker <alp@nuanti.com> |
|
3209 |
||
3210 |
autotools/GTK+ build system cleanup. Don't include WebKit API in the |
|
3211 |
WebCore build as it's no longer needed since r34426. |
|
3212 |
||
3213 |
* GNUmakefile.am: |
|
3214 |
||
3215 |
2008-06-08 Alp Toker <alp@nuanti.com> |
|
3216 |
||
3217 |
Rubber-stamped by Mark Rowe. |
|
3218 |
||
3219 |
Bring back -fstrict-aliasing for JavaScriptCore which was removed in |
|
3220 |
r31821, since aliasing issues have now been fixed. |
|
3221 |
||
3222 |
Use -O3, not -O2 for the JavaScriptCore build. |
|
3223 |
||
3224 |
* GNUmakefile.am: |
|
3225 |
* configure.ac: |
|
3226 |
||
3227 |
2008-06-05 Christian Dywan <christian@twotoasts.de> |
|
3228 |
||
3229 |
Reviewed by Alp Toker. |
|
3230 |
||
3231 |
https://bugs.webkit.org/show_bug.cgi?id=14141 |
|
3232 |
Please add a version to the Gtk port |
|
3233 |
||
3234 |
* GNUmakefile.am: |
|
3235 |
||
3236 |
2008-06-02 Alp Toker <alp@nuanti.com> |
|
3237 |
||
3238 |
GTK+/autotools Windows build system fixes. |
|
3239 |
||
3240 |
* GNUmakefile.am: |
|
3241 |
* configure.ac: |
|
3242 |
||
3243 |
2008-06-02 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
3244 |
||
3245 |
Reviewed by Alp Toker. |
|
3246 |
||
3247 |
Build WebCore GTK+ sources as part of WebCore, not WebKit. |
|
3248 |
Split common and GTK+-specific sources into separate file lists. |
|
3249 |
||
3250 |
* GNUmakefile.am: |
|
3251 |
||
3252 |
2008-06-01 Josh Triplett <josh@freedesktop.org> |
|
3253 |
||
3254 |
Reviewed by Alp Toker. |
|
3255 |
||
3256 |
http://bugs.webkit.org/show_bug.cgi?id=16891 |
|
3257 |
[GTK] autotools build is slow |
|
3258 |
||
3259 |
Add dolt revision 5e9eef10 to the autotools build system. Speeds up |
|
3260 |
the build, often by a factor of two or more on supported platforms, |
|
3261 |
otherwise falls back to libtool. |
|
3262 |
||
3263 |
See http://dolt.freedesktop.org for details. |
|
3264 |
||
3265 |
* acinclude.m4: Added. |
|
3266 |
* configure.ac: |
|
3267 |
||
3268 |
2008-05-25 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
3269 |
||
3270 |
Reviewed by Alp Toker. |
|
3271 |
||
3272 |
http://bugs.webkit.org/show_bug.cgi?id=19142 |
|
3273 |
[Gtk] Remove build options --svg-experimental and --cross-document-messaging |
|
3274 |
||
3275 |
* configure.ac: |
|
3276 |
||
3277 |
2008-05-24 Alp Toker <alp@nuanti.com> |
|
3278 |
||
3279 |
GTK+/Win32 build fixes. Link against Windows ICU without using |
|
3280 |
icu-config since it's not available on that platform. |
|
3281 |
||
3282 |
Link against Ws2_32 when the curl http backend is chosen since we |
|
3283 |
use select() directly. |
|
3284 |
||
3285 |
* configure.ac: |
|
3286 |
||
3287 |
2008-05-23 Alp Toker <alp@nuanti.com> |
|
3288 |
||
3289 |
GTK+ fixes for building without database support. |
|
3290 |
||
3291 |
* configure.ac: |
|
3292 |
||
3293 |
2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
3294 |
||
3295 |
Reviewed by Alp Toker. |
|
3296 |
||
3297 |
Fix for previous autotools change. |
|
3298 |
||
3299 |
* configure.ac: |
|
3300 |
||
3301 |
2008-05-20 Jan Michael Alonzo <jmalonzo@webkit.org> |
|
3302 |
||
3303 |
Reviewed by Alp. |
|
3304 |
||
3305 |
http://bugs.webkit.org/show_bug.cgi?id=18483 |
|
3306 |
[Gtk] Autotools should match build-webkit default flags |
|
3307 |
||
3308 |
* configure.ac: |
|
3309 |
||
3310 |
2008-05-19 Alp Toker <alp@nuanti.com> |
|
3311 |
||
3312 |
GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when |
|
3313 |
the Pango font backend is selected. |
|
3314 |
||
3315 |
* GNUmakefile.am: |
|
3316 |
* configure.ac: |
|
3317 |
||
3318 |
2008-05-16 Julien Chaffraix <jchaffraix@webkit.org> |
|
3319 |
||
3320 |
Reviewed by Eric. |
|
3321 |
||
3322 |
Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated |
|
3323 |
||
3324 |
* configure.ac: Add HTML_FLAGS and set it when video is enabled. |
|
3325 |
||
3326 |
2008-05-15 Ariya Hidayat <ariya.hidayat@trolltech.com> |
|
3327 |
||
3328 |
Reviewed by Simon. |
|
3329 |
||
3330 |
Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files |
|
3331 |
from gtk-port. |
|
3332 |
||
3333 |
* WebKit.pri: |
|
3334 |
* WebKit.pro: |
|
3335 |
||
3336 |
2008-05-09 Anders Carlsson <andersca@apple.com> |
|
3337 |
||
3338 |
Reviewed by Mark. |
|
3339 |
||
3340 |
Add x86_64 rule. |
|
3341 |
||
3342 |
* Makefile: |
|
3343 |
||
3344 |
2008-05-09 Simon Hausmann <hausmann@webkit.org> |
|
3345 |
||
3346 |
Reviewed by Holger. |
|
3347 |
||
3348 |
Removed explicit linkage against libxml and libxslt on Qt/Mac builds. |
|
3349 |
||
3350 |
This dependency is completely unnecessary here and creates only problems by |
|
3351 |
propagating through WebCore.pro over libQtWebKit.prl right now customer |
|
3352 |
applications. |
|
3353 |
||
3354 |
||
3355 |
* WebKit.pri: |
|
3356 |
||
3357 |
2008-05-02 Anders Carlsson <andersca@apple.com> |
|
3358 |
||
3359 |
Reviewed by Mark. |
|
3360 |
||
3361 |
Add an "x86_64" make rule. |
|
3362 |
||
3363 |
* Makefile.shared: |
|
3364 |
||
3365 |
2008-05-02 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
3366 |
||
3367 |
Reviewed by Eric. |
|
3368 |
||
3369 |
https://bugs.webkit.org/show_bug.cgi?id=18811 |
|
3370 |
Enable dashboard and offline web apps in autotools |
|
3371 |
||
3372 |
* configure.ac: |
|
3373 |
||
3374 |
2008-05-01 Marc Ordinas i Llopis <marc.ordinasillopis@collabora.co.uk> |
|
3375 |
||
3376 |
Reviewed by Alp Toker. |
|
3377 |
||
3378 |
https://bugs.webkit.org/show_bug.cgi?id=14750 |
|
3379 |
Added support for NPAPI plugins on Gtk and Qt-x11 ports. |
|
3380 |
||
3381 |
* GNUmakefile.am: Added Xt library. |
|
3382 |
||
3383 |
2008-04-29 David Kilzer <ddkilzer@apple.com> |
|
3384 |
||
3385 |
BUILD FIX for ENABLE(DASHBOARD_SUPPORT) |
|
3386 |
||
3387 |
* configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT. |
|
3388 |
||
3389 |
2008-04-22 Alp Toker <alp@nuanti.com> |
|
3390 |
||
3391 |
GTK+ debug build fix for changes in r32257. |
|
3392 |
||
3393 |
* GNUmakefile.am: |
|
3394 |
||
3395 |
2008-04-18 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
3396 |
||
3397 |
Reviewed by Alp Toker. |
|
3398 |
||
3399 |
http://bugs.webkit.org/show_bug.cgi?id=16620 |
|
3400 |
[GTK] Autotools make dist and make check support |
|
3401 |
||
3402 |
Cleanups. |
|
3403 |
||
3404 |
* GNUmakefile.am: |
|
3405 |
||
3406 |
2008-04-11 Mark Rowe <mrowe@apple.com> |
|
3407 |
||
3408 |
Rubber-stamped by Antti Koivisto. |
|
3409 |
||
3410 |
* GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show. |
|
3411 |
||
3412 |
2008-04-17 Alp Toker <alp@atoker.com> |
|
3413 |
||
3414 |
GTK+ build fix. Back out the libjpeg check part of r32008 from bug |
|
3415 |
#17865 (reopened). |
|
3416 |
||
3417 |
* configure.ac: |
|
3418 |
||
3419 |
2008-04-17 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
3420 |
||
3421 |
Reviewed by Alp Toker. |
|
3422 |
||
3423 |
http://bugs.webkit.org/show_bug.cgi?id=17865 |
|
3424 |
[Gtk] Improve detection of jpeglib and glib tools |
|
3425 |
||
3426 |
Improve detecting jpeglib and glib tools |
|
3427 |
||
3428 |
* configure.ac: Throw an error if the dependencies above are |
|
3429 |
currently not installed |
|
3430 |
||
3431 |
2008-04-14 Xan Lopez <xan@gnome.org> |
|
3432 |
||
3433 |
Reviewed by Alp Toker. |
|
3434 |
||
3435 |
http://bugs.webkit.org/show_bug.cgi?id=17917 |
|
3436 |
Bug 17917: Cookie support for HTTP soup backend |
|
3437 |
||
3438 |
Bumped the libsoup required version to 2.23 for cookie support. |
|
3439 |
||
3440 |
* configure.ac: |
|
3441 |
||
3442 |
2008-04-11 Mark Rowe <mrowe@apple.com> |
|
3443 |
||
3444 |
Rubber-stamped by Anders Carlsson. |
|
3445 |
||
3446 |
Fix https://bugs.webkit.org/show_bug.cgi?id=18430 |
|
3447 |
Bug 18430: SIGSEGV on amd64 when built with gcc 4.3 |
|
3448 |
||
3449 |
GCC 4.3 generates bad code in some instances when working with our HashTables |
|
3450 |
as some of the HashTable code violates the strict aliasing requirements. Since |
|
3451 |
GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until |
|
3452 |
the code can be fixed to be safe with strict aliasing enabled, we will disable |
|
3453 |
strict aliasing. |
|
3454 |
||
3455 |
* GNUmakefile.am: |
|
3456 |
||
3457 |
2008-03-12 Michael Emmel <mike.emmel@gmail.com> |
|
3458 |
||
3459 |
Reviewed by Alp Toker. |
|
3460 |
||
3461 |
http://bugs.webkit.org/show_bug.cgi?id=18397 |
|
3462 |
Fix leaving spaces before parens in functions |
|
3463 |
||
3464 |
* WebKitTools/Scripts/wkstyle: |
|
3465 |
||
3466 |
2008-04-07 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
3467 |
||
3468 |
Build fix, rubber-stamped and landed by ap. |
|
3469 |
||
3470 |
* configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support. |
|
3471 |
||
3472 |
2008-03-21 Rodney Dawes <dobey@wayofthemonkey.com> |
|
3473 |
||
3474 |
Reviewed by Holger. |
|
3475 |
||
3476 |
Remove the JSCore include path options from global_cppflags. |
|
3477 |
Place JSCore include path options in javascriptcore_cppflags. |
|
3478 |
Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS. |
|
3479 |
||
3480 |
* GNUmakefile.am: |
|
3481 |
||
3482 |
2008-03-20 Jasper Bryant-Greene <jasper@unix.geek.nz> |
|
3483 |
||
3484 |
Reviewed by Anders. |
|
3485 |
||
3486 |
Resolves http://bugs.webkit.org/show_bug.cgi?id=16092 |
|
3487 |
"[GTK] Middle-mouse click should allow opening a URL in a new tab" |
|
3488 |
||
3489 |
Added WebKitNavigationAction object to GTK API |
|
3490 |
||
3491 |
* GNUmakefile.am: |
|
3492 |
||
3493 |
2008-03-12 Xan Lopez <xan@gnome.org> |
|
3494 |
||
3495 |
Reviewed by Alp Toker. |
|
3496 |
||
3497 |
http://bugs.webkit.org/show_bug.cgi?id=15229 |
|
3498 |
||
3499 |
Add optional font backend support with freetype and pango |
|
3500 |
backends. Default is freetype for now. |
|
3501 |
||
3502 |
Original patch by Sven Herzberg <sven@imendio.com> |
|
3503 |
||
3504 |
* configure.ac: |
|
3505 |
||
3506 |
2008-03-11 Xan Lopez <xan@gnome.org> |
|
3507 |
||
3508 |
Reviewed by Alp Toker. |
|
3509 |
||
3510 |
http://bugs.webkit.org/show_bug.cgi?id=16476 |
|
3511 |
||
3512 |
Add support for multiple http backends, and add soup backend (off by default). |
|
3513 |
||
3514 |
* GNUmakefile.am: |
|
3515 |
* configure.ac: |
|
3516 |
||
3517 |
2008-03-07 Simon Hausmann <hausmann@webkit.org> |
|
3518 |
||
3519 |
Reviewed by Darin Adler. |
|
3520 |
||
3521 |
Done with Lars. |
|
3522 |
||
3523 |
Added plugins subdirectory to the include path. |
|
3524 |
||
3525 |
* WebKit.pri: |
|
3526 |
||
3527 |
2008-03-09 Alp Toker <alp@atoker.com> |
|
3528 |
||
3529 |
GTK+ build fix for r30913. |
|
3530 |
||
3531 |
Use UNICODE_CFLAGS for C++ sources as well as C sources. |
|
3532 |
||
3533 |
* GNUmakefile.am: |
|
3534 |
||
3535 |
2008-03-09 Jörg Billeter <j@bitron.ch> |
|
3536 |
||
3537 |
Reviewed by Alp Toker. |
|
3538 |
||
3539 |
Conditionalise ICU for Unicode in the GTK+ port. |
|
3540 |
||
3541 |
* GNUmakefile.am: |
|
3542 |
* configure.ac: |
|
3543 |
||
3544 |
2008-03-03 Brent Fulgham <bfulgham@gmail.com> |
|
3545 |
||
3546 |
Reviewed by Alp Toker. |
|
3547 |
||
3548 |
http://bugs.webkit.org/show_bug.cgi?id=17644 |
|
3549 |
Build GTK on Mac OS X using native ICU library |
|
3550 |
||
3551 |
Use Apple native ICU libraries when building GTK |
|
3552 |
webkit on Mac OS. |
|
3553 |
||
3554 |
* configure.ac: |
|
3555 |
||
3556 |
2008-03-02 Brent Fulgham <bfulgham@gmail.com> |
|
3557 |
||
3558 |
Reviewed by Alp Toker. |
|
3559 |
||
3560 |
Add ICU_CPPFLAGS earlier in include path for WebCore |
|
3561 |
so that we find $(icu_cppflags)/unicode/utf8.h, rather than |
|
3562 |
the wtf/unicode/UTF8.h on case-insensitive file systems. |
|
3563 |
||
3564 |
* GNUmakefile.am: |
|
3565 |
||
3566 |
2008-03-02 Alp Toker <alp@atoker.com> |
|
3567 |
||
3568 |
Reviewed by Mark Rowe. |
|
3569 |
||
3570 |
Split the WebKit GTK+ build out of the WebCore build and change the |
|
3571 |
shared object name to match the package name. |
|
3572 |
||
3573 |
* GNUmakefile.am: |
|
3574 |
||
3575 |
2008-02-28 Alp Toker <alp@atoker.com> |
|
3576 |
||
3577 |
Fix a configure script typo spotted by Kalle Vahlman. |
|
3578 |
||
3579 |
* configure.ac: |
|
3580 |
||
3581 |
2008-02-26 Timothy Hatcher <timothy@apple.com> |
|
3582 |
||
3583 |
Reviewed by Darin Adler. |
|
3584 |
||
3585 |
Add "64" and "64u" make rules to allow easy building of 64-bit versions. |
|
3586 |
||
3587 |
make 64: will build Intel-only 64-bit. |
|
3588 |
make 64u: will build 4-way universal for PPC and Intel. |
|
3589 |
||
3590 |
* Makefile: |
|
3591 |
* Makefile.shared: |
|
3592 |
||
3593 |
2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
3594 |
||
3595 |
Rubber stamped by Darin Adler. |
|
3596 |
||
3597 |
Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup |
|
3598 |
whitespaces introduced in the previous commit. |
|
3599 |
||
3600 |
* GNUmakefile.am: |
|
3601 |
||
3602 |
2008-02-23 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
3603 |
||
3604 |
Rubber-stamped by Darin Adler. |
|
3605 |
||
3606 |
* GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES. |
|
3607 |
* configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS. |
|
3608 |
||
3609 |
2008-02-21 Alp Toker <alp@atoker.com> |
|
3610 |
||
3611 |
Fix a configure script typo. |
|
3612 |
||
3613 |
* configure.ac: |
|
3614 |
||
3615 |
2008-02-21 Alp Toker <alp@atoker.com> |
|
3616 |
||
3617 |
GTK+/autotools SVG experimental build fix |
|
3618 |
||
3619 |
Don't enable SVG filters in --enable-svg-experimental. |
|
3620 |
||
3621 |
This feature isn't supported at all yet. Developers can enable it |
|
3622 |
explicitly by passing --enable-svg-filters if needed. |
|
3623 |
||
3624 |
* configure.ac: |
|
3625 |
||
3626 |
2008-02-21 Mike Auty <mike.auty@gmail.com> |
|
3627 |
||
3628 |
Reviewed by Alp Toker. |
|
3629 |
||
3630 |
http://bugs.webkit.org/show_bug.cgi?id=17445 |
|
3631 |
[GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed" |
|
3632 |
||
3633 |
The GNUmakefile.am files make use of the LDFLAGS variable to include library |
|
3634 |
additions such as -ljpeg etc. Unfortunately, if these inclusions aren't made |
|
3635 |
in LIBADD/LDADD variables, then they are mis-ordered during the linking. |
|
3636 |
||
3637 |
The as-needed flag discards libraries whose functions have not been needed by |
|
3638 |
earlier libraries, which therefore makes the ordering important. |
|
3639 |
||
3640 |
This moves all -l library inclusion statements from LDFLAGS variables to |
|
3641 |
LIBADD/LDADD variables. |
|
3642 |
||
3643 |
* GNUmakefile.am: |
|
3644 |
||
3645 |
2008-02-15 Alp Toker <alp@atoker.com> |
|
3646 |
||
3647 |
Reviewed by Holger. |
|
3648 |
||
3649 |
GTK+ configure script cleanups |
|
3650 |
||
3651 |
Categorize the configuration summary printout. |
|
3652 |
Bump GTK+ requirement to 2.8. |
|
3653 |
Rename 'webkit_target' to just 'target'. |
|
3654 |
Don't check for pthread on Win32. |
|
3655 |
||
3656 |
* configure.ac: |
|
3657 |
||
3658 |
2008-02-14 Adam Roben <aroben@apple.com> |
|
3659 |
||
3660 |
Turn on cross-document messaging support by default |
|
3661 |
||
3662 |
Reviewed by Darin Adler. |
|
3663 |
||
3664 |
* configure.ac: |
|
3665 |
||
3666 |
2008-02-14 Adam Roben <aroben@apple.com> |
|
3667 |
||
3668 |
Conditionalize cross-document messaging support |
|
3669 |
||
3670 |
The cross-document messaging parts of HTML 5 are in flux and we want |
|
3671 |
ports to be able to turn off the support as needed. |
|
3672 |
||
3673 |
Note that the support is turned off by default right now. A subsequent |
|
3674 |
commit will turn it on by default. |
|
3675 |
||
3676 |
Reviewed by Darin Adler. |
|
3677 |
||
3678 |
* configure.ac: |
|
3679 |
||
3680 |
2008-02-12 Rodney Dawes <dobey@wayofthemonkey.com> |
|
3681 |
||
3682 |
Reviewed by Alp Toker. |
|
3683 |
||
3684 |
Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES |
|
3685 |
to the CPPFLAGS for WebCore and WebKit |
|
3686 |
Add a pkgconfig check for hildon-1 when --with-hildon specified |
|
3687 |
Output the use of Hildon support in the summary |
|
3688 |
Add HILDON_CPPFLAGS to webkitgtk_cppflags |
|
3689 |
Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS |
|
3690 |
Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS |
|
3691 |
||
3692 |
* configure.ac: |
|
3693 |
* GNUmakefile.am: |
|
3694 |
||
3695 |
2008-02-08 Alp Toker <alp@atoker.com> |
|
3696 |
||
3697 |
Rubber-stamped by Maciej. |
|
3698 |
||
3699 |
Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4. |
|
3700 |
||
3701 |
* configure.ac: |
|
3702 |
||
3703 |
2008-02-06 Timothy Hatcher <timothy@apple.com> |
|
3704 |
||
3705 |
Rubber-stamped by Mark Rowe. |
|
3706 |
||
3707 |
Dump of bugs.webkit.org's Bugzilla instance. |
|
3708 |
||
3709 |
* BugsSite: Added. |
|
3710 |
* BugsSite/.htaccess: Added. |
|
3711 |
* BugsSite/Bugzilla: Added. |
|
3712 |
* BugsSite/Bugzilla.pm: Added. |
|
3713 |
* BugsSite/Bugzilla/.cvsignore: Added. |
|
3714 |
* BugsSite/Bugzilla/.htaccess: Added. |
|
3715 |
* BugsSite/Bugzilla/Attachment.pm: Added. |
|
3716 |
* BugsSite/Bugzilla/Auth: Added. |
|
3717 |
* BugsSite/Bugzilla/Auth.pm: Added. |
|
3718 |
* BugsSite/Bugzilla/Auth/Login: Added. |
|
3719 |
* BugsSite/Bugzilla/Auth/Login/WWW: Added. |
|
3720 |
* BugsSite/Bugzilla/Auth/Login/WWW.pm: Added. |
|
3721 |
* BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added. |
|
3722 |
* BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added. |
|
3723 |
* BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added. |
|
3724 |
* BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added. |
|
3725 |
* BugsSite/Bugzilla/Auth/README: Added. |
|
3726 |
* BugsSite/Bugzilla/Auth/Verify: Added. |
|
3727 |
* BugsSite/Bugzilla/Auth/Verify/DB.pm: Added. |
|
3728 |
* BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added. |
|
3729 |
* BugsSite/Bugzilla/Bug.pm: Added. |
|
3730 |
* BugsSite/Bugzilla/BugMail.pm: Added. |
|
3731 |
* BugsSite/Bugzilla/CGI.pm: Added. |
|
3732 |
* BugsSite/Bugzilla/Chart.pm: Added. |
|
3733 |
* BugsSite/Bugzilla/Config.pm: Added. |
|
3734 |
* BugsSite/Bugzilla/Constants.pm: Added. |
|
3735 |
* BugsSite/Bugzilla/DB: Added. |
|
3736 |
* BugsSite/Bugzilla/DB.pm: Added. |
|
3737 |
* BugsSite/Bugzilla/DB/Mysql.pm: Added. |
|
3738 |
* BugsSite/Bugzilla/DB/Pg.pm: Added. |
|
3739 |
* BugsSite/Bugzilla/DB/Schema: Added. |
|
3740 |
* BugsSite/Bugzilla/DB/Schema.pm: Added. |
|
3741 |
* BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added. |
|
3742 |
* BugsSite/Bugzilla/DB/Schema/Pg.pm: Added. |
|
3743 |
* BugsSite/Bugzilla/Error.pm: Added. |
|
3744 |
* BugsSite/Bugzilla/Flag.pm: Added. |
|
3745 |
* BugsSite/Bugzilla/FlagType.pm: Added. |
|
3746 |
* BugsSite/Bugzilla/Group.pm: Added. |
|
3747 |
* BugsSite/Bugzilla/Search.pm: Added. |
|
3748 |
* BugsSite/Bugzilla/Series.pm: Added. |
|
3749 |
* BugsSite/Bugzilla/Template: Added. |
|
3750 |
* BugsSite/Bugzilla/Template.pm: Added. |
|
3751 |
* BugsSite/Bugzilla/Template/Plugin: Added. |
|
3752 |
* BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added. |
|
3753 |
* BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added. |
|
3754 |
* BugsSite/Bugzilla/Template/Plugin/User.pm: Added. |
|
3755 |
* BugsSite/Bugzilla/Token.pm: Added. |
|
3756 |
* BugsSite/Bugzilla/User: Added. |
|
3757 |
* BugsSite/Bugzilla/User.pm: Added. |
|
3758 |
* BugsSite/Bugzilla/User/Setting.pm: Added. |
|
3759 |
* BugsSite/Bugzilla/Util.pm: Added. |
|
3760 |
* BugsSite/CGI.pl: Added. |
|
3761 |
* BugsSite/PrettyPatch: Added. |
|
3762 |
* BugsSite/PrettyPatch/PrettyPatch.rb: Added. |
|
3763 |
* BugsSite/PrettyPatch/prettify.rb: Added. |
|
3764 |
* BugsSite/QUICKSTART: Added. |
|
3765 |
* BugsSite/README: Added. |
|
3766 |
* BugsSite/UPGRADING: Added. |
|
3767 |
* BugsSite/UPGRADING-pre-2.8: Added. |
|
3768 |
* BugsSite/ant.jpg: Added. |
|
3769 |
* BugsSite/attachment-aroben.cgi: Added. |
|
3770 |
* BugsSite/attachment.cgi: Added. |
|
3771 |
* BugsSite/buglist.cgi: Added. |
|
3772 |
* BugsSite/bugzilla.dtd: Added. |
|
3773 |
* BugsSite/chart.cgi: Added. |
|
3774 |
* BugsSite/checksetup.pl: Added. |
|
3775 |
* BugsSite/colchange.cgi: Added. |
|
3776 |
* BugsSite/collectstats.pl: Added. |
|
3777 |
* BugsSite/config.cgi: Added. |
|
3778 |
* BugsSite/contrib: Added. |
|
3779 |
* BugsSite/contrib/BugzillaEmail.pm: Added. |
|
3780 |
* BugsSite/contrib/README: Added. |
|
3781 |
* BugsSite/contrib/README.Mailif: Added. |
|
3782 |
* BugsSite/contrib/bug_email.pl: Added. |
|
3783 |
* BugsSite/contrib/bugmail_help.html: Added. |
|
3784 |
* BugsSite/contrib/bugzilla-submit: Added. |
|
3785 |
* BugsSite/contrib/bugzilla-submit/README: Added. |
|
3786 |
* BugsSite/contrib/bugzilla-submit/bugdata.txt: Added. |
|
3787 |
* BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added. |
|
3788 |
* BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added. |
|
3789 |
* BugsSite/contrib/bugzilla.procmailrc: Added. |
|
3790 |
* BugsSite/contrib/bugzilla_email_append.pl: Added. |
|
3791 |
* BugsSite/contrib/bugzilla_ldapsync.rb: Added. |
|
3792 |
* BugsSite/contrib/bzdbcopy.pl: Added. |
|
3793 |
* BugsSite/contrib/cmdline: Added. |
|
3794 |
* BugsSite/contrib/cmdline/bugcount: Added. |
|
3795 |
* BugsSite/contrib/cmdline/bugids: Added. |
|
3796 |
* BugsSite/contrib/cmdline/buglist: Added. |
|
3797 |
* BugsSite/contrib/cmdline/bugs: Added. |
|
3798 |
* BugsSite/contrib/cmdline/bugslink: Added. |
|
3799 |
* BugsSite/contrib/cmdline/makequery: Added. |
|
3800 |
* BugsSite/contrib/cmdline/query.conf: Added. |
|
3801 |
* BugsSite/contrib/cvs-update.pl: Added. |
|
3802 |
* BugsSite/contrib/gnats2bz.pl: Added. |
|
3803 |
* BugsSite/contrib/gnatsparse: Added. |
|
3804 |
* BugsSite/contrib/gnatsparse/README: Added. |
|
3805 |
* BugsSite/contrib/gnatsparse/gnatsparse.py: Added. |
|
3806 |
* BugsSite/contrib/gnatsparse/magic.py: Added. |
|
3807 |
* BugsSite/contrib/gnatsparse/specialuu.py: Added. |
|
3808 |
* BugsSite/contrib/jb2bz.py: Added. |
|
3809 |
* BugsSite/contrib/mysqld-watcher.pl: Added. |
|
3810 |
* BugsSite/contrib/sendbugmail.pl: Added. |
|
3811 |
* BugsSite/contrib/sendunsentbugmail.pl: Added. |
|
3812 |
* BugsSite/contrib/syncLDAP.pl: Added. |
|
3813 |
* BugsSite/contrib/yp_nomail.sh: Added. |
|
3814 |
* BugsSite/createaccount.cgi: Added. |
|
3815 |
* BugsSite/data: Added. |
|
3816 |
* BugsSite/data/.htaccess: Added. |
|
3817 |
* BugsSite/data/attachments: Added. |
|
3818 |
* BugsSite/data/attachments/.htaccess: Added. |
|
3819 |
* BugsSite/data/duplicates: Added. |
|
3820 |
* BugsSite/data/mail: Added. |
|
3821 |
* BugsSite/data/mimedump-tmp: Added. |
|
3822 |
* BugsSite/data/mining: Added. |
|
3823 |
* BugsSite/data/nomail: Added. |
|
3824 |
* BugsSite/data/params: Added. |
|
3825 |
* BugsSite/data/template: Added. |
|
3826 |
* BugsSite/data/template/template: Added. |
|
3827 |
* BugsSite/data/template/template/en: Added. |
|
3828 |
* BugsSite/data/template/template/en/custom: Added. |
|
3829 |
* BugsSite/data/template/template/en/custom/account: Added. |
|
3830 |
* BugsSite/data/template/template/en/custom/account/auth: Added. |
|
3831 |
* BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added. |
|
3832 |
* BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added. |
|
3833 |
* BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added. |
|
3834 |
* BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added. |
|
3835 |
* BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added. |
|
3836 |
* BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added. |
|
3837 |
* BugsSite/data/template/template/en/custom/account/email: Added. |
|
3838 |
* BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added. |
|
3839 |
* BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added. |
|
3840 |
* BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added. |
|
3841 |
* BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added. |
|
3842 |
* BugsSite/data/template/template/en/custom/account/password: Added. |
|
3843 |
* BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added. |
|
3844 |
* BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added. |
|
3845 |
* BugsSite/data/template/template/en/custom/account/prefs: Added. |
|
3846 |
* BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added. |
|
3847 |
* BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added. |
|
3848 |
* BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added. |
|
3849 |
* BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added. |
|
3850 |
* BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added. |
|
3851 |
* BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added. |
|
3852 |
* BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added. |
|
3853 |
* BugsSite/data/template/template/en/custom/admin: Added. |
|
3854 |
* BugsSite/data/template/template/en/custom/admin/classifications: Added. |
|
3855 |
* BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added. |
|
3856 |
* BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added. |
|
3857 |
* BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added. |
|
3858 |
* BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added. |
|
3859 |
* BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added. |
|
3860 |
* BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added. |
|
3861 |
* BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added. |
|
3862 |
* BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added. |
|
3863 |
* BugsSite/data/template/template/en/custom/admin/components: Added. |
|
3864 |
* BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added. |
|
3865 |
* BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added. |
|
3866 |
* BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added. |
|
3867 |
* BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added. |
|
3868 |
* BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added. |
|
3869 |
* BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added. |
|
3870 |
* BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added. |
|
3871 |
* BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added. |
|
3872 |
* BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added. |
|
3873 |
* BugsSite/data/template/template/en/custom/admin/fieldvalues: Added. |
|
3874 |
* BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added. |
|
3875 |
* BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added. |
|
3876 |
* BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added. |
|
3877 |
* BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added. |
|
3878 |
* BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added. |
|
3879 |
* BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added. |
|
3880 |
* BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added. |
|
3881 |
* BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added. |
|
3882 |
* BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added. |
|
3883 |
* BugsSite/data/template/template/en/custom/admin/flag-type: Added. |
|
3884 |
* BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added. |
|
3885 |
* BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added. |
|
3886 |
* BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added. |
|
3887 |
* BugsSite/data/template/template/en/custom/admin/groups: Added. |
|
3888 |
* BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added. |
|
3889 |
* BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added. |
|
3890 |
* BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added. |
|
3891 |
* BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added. |
|
3892 |
* BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added. |
|
3893 |
* BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added. |
|
3894 |
* BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added. |
|
3895 |
* BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added. |
|
3896 |
* BugsSite/data/template/template/en/custom/admin/keywords: Added. |
|
3897 |
* BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added. |
|
3898 |
* BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added. |
|
3899 |
* BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added. |
|
3900 |
* BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added. |
|
3901 |
* BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added. |
|
3902 |
* BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added. |
|
3903 |
* BugsSite/data/template/template/en/custom/admin/milestones: Added. |
|
3904 |
* BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added. |
|
3905 |
* BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added. |
|
3906 |
* BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added. |
|
3907 |
* BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added. |
|
3908 |
* BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added. |
|
3909 |
* BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added. |
|
3910 |
* BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added. |
|
3911 |
* BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added. |
|
3912 |
* BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added. |
|
3913 |
* BugsSite/data/template/template/en/custom/admin/products: Added. |
|
3914 |
* BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added. |
|
3915 |
* BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added. |
|
3916 |
* BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added. |
|
3917 |
* BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added. |
|
3918 |
* BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added. |
|
3919 |
* BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added. |
|
3920 |
* BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added. |
|
3921 |
* BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added. |
|
3922 |
* BugsSite/data/template/template/en/custom/admin/settings: Added. |
|
3923 |
* BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added. |
|
3924 |
* BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added. |
|
3925 |
* BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added. |
|
3926 |
* BugsSite/data/template/template/en/custom/admin/users: Added. |
|
3927 |
* BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added. |
|
3928 |
* BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added. |
|
3929 |
* BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added. |
|
3930 |
* BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added. |
|
3931 |
* BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added. |
|
3932 |
* BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added. |
|
3933 |
* BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added. |
|
3934 |
* BugsSite/data/template/template/en/custom/admin/versions: Added. |
|
3935 |
* BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added. |
|
3936 |
* BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added. |
|
3937 |
* BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added. |
|
3938 |
* BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added. |
|
3939 |
* BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added. |
|
3940 |
* BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added. |
|
3941 |
* BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added. |
|
3942 |
* BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added. |
|
3943 |
* BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added. |
|
3944 |
* BugsSite/data/template/template/en/custom/attachment: Added. |
|
3945 |
* BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added. |
|
3946 |
* BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added. |
|
3947 |
* BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added. |
|
3948 |
* BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added. |
|
3949 |
* BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added. |
|
3950 |
* BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added. |
|
3951 |
* BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added. |
|
3952 |
* BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added. |
|
3953 |
* BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added. |
|
3954 |
* BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added. |
|
3955 |
* BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added. |
|
3956 |
* BugsSite/data/template/template/en/custom/bug: Added. |
|
3957 |
* BugsSite/data/template/template/en/custom/bug/activity: Added. |
|
3958 |
* BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added. |
|
3959 |
* BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added. |
|
3960 |
* BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added. |
|
3961 |
* BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added. |
|
3962 |
* BugsSite/data/template/template/en/custom/bug/create: Added. |
|
3963 |
* BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added. |
|
3964 |
* BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added. |
|
3965 |
* BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added. |
|
3966 |
* BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added. |
|
3967 |
* BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added. |
|
3968 |
* BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added. |
|
3969 |
* BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added. |
|
3970 |
* BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added. |
|
3971 |
* BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added. |
|
3972 |
* BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added. |
|
3973 |
* BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added. |
|
3974 |
* BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added. |
|
3975 |
* BugsSite/data/template/template/en/custom/bug/process: Added. |
|
3976 |
* BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added. |
|
3977 |
* BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added. |
|
3978 |
* BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added. |
|
3979 |
* BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added. |
|
3980 |
* BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added. |
|
3981 |
* BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added. |
|
3982 |
* BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added. |
|
3983 |
* BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added. |
|
3984 |
* BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added. |
|
3985 |
* BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added. |
|
3986 |
* BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added. |
|
3987 |
* BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added. |
|
3988 |
* BugsSite/data/template/template/en/custom/bug/votes: Added. |
|
3989 |
* BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added. |
|
3990 |
* BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added. |
|
3991 |
* BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added. |
|
3992 |
* BugsSite/data/template/template/en/custom/config.js.tmpl: Added. |
|
3993 |
* BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added. |
|
3994 |
* BugsSite/data/template/template/en/custom/flag: Added. |
|
3995 |
* BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added. |
|
3996 |
* BugsSite/data/template/template/en/custom/global: Added. |
|
3997 |
* BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added. |
|
3998 |
* BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added. |
|
3999 |
* BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added. |
|
4000 |
* BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added. |
|
4001 |
* BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added. |
|
4002 |
* BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added. |
|
4003 |
* BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added. |
|
4004 |
* BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added. |
|
4005 |
* BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added. |
|
4006 |
* BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added. |
|
4007 |
* BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added. |
|
4008 |
* BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added. |
|
4009 |
* BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added. |
|
4010 |
* BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added. |
|
4011 |
* BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added. |
|
4012 |
* BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added. |
|
4013 |
* BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added. |
|
4014 |
* BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added. |
|
4015 |
* BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added. |
|
4016 |
* BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added. |
|
4017 |
* BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added. |
|
4018 |
* BugsSite/data/template/template/en/custom/index.html.tmpl: Added. |
|
4019 |
* BugsSite/data/template/template/en/custom/list: Added. |
|
4020 |
* BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added. |
|
4021 |
* BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added. |
|
4022 |
* BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added. |
|
4023 |
* BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added. |
|
4024 |
* BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added. |
|
4025 |
* BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added. |
|
4026 |
* BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added. |
|
4027 |
* BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added. |
|
4028 |
* BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added. |
|
4029 |
* BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added. |
|
4030 |
* BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added. |
|
4031 |
* BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added. |
|
4032 |
* BugsSite/data/template/template/en/custom/pages: Added. |
|
4033 |
* BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added. |
|
4034 |
* BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added. |
|
4035 |
* BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added. |
|
4036 |
* BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added. |
|
4037 |
* BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added. |
|
4038 |
* BugsSite/data/template/template/en/custom/reports: Added. |
|
4039 |
* BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added. |
|
4040 |
* BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added. |
|
4041 |
* BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added. |
|
4042 |
* BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added. |
|
4043 |
* BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added. |
|
4044 |
* BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added. |
|
4045 |
* BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added. |
|
4046 |
* BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added. |
|
4047 |
* BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added. |
|
4048 |
* BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added. |
|
4049 |
* BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added. |
|
4050 |
* BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added. |
|
4051 |
* BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added. |
|
4052 |
* BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added. |
|
4053 |
* BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added. |
|
4054 |
* BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added. |
|
4055 |
* BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added. |
|
4056 |
* BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added. |
|
4057 |
* BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added. |
|
4058 |
* BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added. |
|
4059 |
* BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added. |
|
4060 |
* BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added. |
|
4061 |
* BugsSite/data/template/template/en/custom/request: Added. |
|
4062 |
* BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added. |
|
4063 |
* BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added. |
|
4064 |
* BugsSite/data/template/template/en/custom/search: Added. |
|
4065 |
* BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added. |
|
4066 |
* BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added. |
|
4067 |
* BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added. |
|
4068 |
* BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added. |
|
4069 |
* BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added. |
|
4070 |
* BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added. |
|
4071 |
* BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added. |
|
4072 |
* BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added. |
|
4073 |
* BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added. |
|
4074 |
* BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added. |
|
4075 |
* BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added. |
|
4076 |
* BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added. |
|
4077 |
* BugsSite/data/template/template/en/custom/whine: Added. |
|
4078 |
* BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added. |
|
4079 |
* BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added. |
|
4080 |
* BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added. |
|
4081 |
* BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added. |
|
4082 |
* BugsSite/data/template/template/en/default: Added. |
|
4083 |
* BugsSite/data/template/template/en/default/attachment: Added. |
|
4084 |
* BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added. |
|
4085 |
* BugsSite/data/template/template/en/default/list: Added. |
|
4086 |
* BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added. |
|
4087 |
* BugsSite/data/versioncache: Added. |
|
4088 |
* BugsSite/data/versioncache.13P9L: Added. |
|
4089 |
* BugsSite/data/versioncache.1lH1E: Added. |
|
4090 |
* BugsSite/data/versioncache.3AnHd: Added. |
|
4091 |
* BugsSite/data/versioncache.3Jmjt: Added. |
|
4092 |
* BugsSite/data/versioncache.3JzIL: Added. |
|
4093 |
* BugsSite/data/versioncache.77b4y: Added. |
|
4094 |
* BugsSite/data/versioncache.7VzyU: Added. |
|
4095 |
* BugsSite/data/versioncache.EQdAm: Added. |
|
4096 |
* BugsSite/data/versioncache.EouAG: Added. |
|
4097 |
* BugsSite/data/versioncache.LJ5n1: Added. |
|
4098 |
* BugsSite/data/versioncache.Lb0fW: Added. |
|
4099 |
* BugsSite/data/versioncache.PyAd8: Added. |
|
4100 |
* BugsSite/data/versioncache.SFyse: Added. |
|
4101 |
* BugsSite/data/versioncache.SkTTg: Added. |
|
4102 |
* BugsSite/data/versioncache.VVO7E: Added. |
|
4103 |
* BugsSite/data/versioncache.XbxgU: Added. |
|
4104 |
* BugsSite/data/versioncache.Yezqr: Added. |
|
4105 |
* BugsSite/data/versioncache.dtzIv: Added. |
|
4106 |
* BugsSite/data/versioncache.jzpeh: Added. |
|
4107 |
* BugsSite/data/versioncache.pbn6U: Added. |
|
4108 |
* BugsSite/data/versioncache.qyixS: Added. |
|
4109 |
* BugsSite/data/versioncache.sBMdb: Added. |
|
4110 |
* BugsSite/data/versioncache.xNi34: Added. |
|
4111 |
* BugsSite/data/webdot: Added. |
|
4112 |
* BugsSite/data/webdot/.htaccess: Added. |
|
4113 |
* BugsSite/data/webdot/0ZLH3QpFd8.dot: Added. |
|
4114 |
* BugsSite/data/webdot/3s6e7eC2Dy.dot: Added. |
|
4115 |
* BugsSite/data/webdot/6MW0q54cyY.dot: Added. |
|
4116 |
* BugsSite/data/webdot/A2RlhPdO2Q.dot: Added. |
|
4117 |
* BugsSite/data/webdot/DuBX4I4946.dot: Added. |
|
4118 |
* BugsSite/data/webdot/GudTgvrKBX.dot: Added. |
|
4119 |
* BugsSite/data/webdot/I1mCbLtAzQ.dot: Added. |
|
4120 |
* BugsSite/data/webdot/JtKgvWGVb4.dot: Added. |
|
4121 |
* BugsSite/data/webdot/RFk4bjAwYc.dot: Added. |
|
4122 |
* BugsSite/data/webdot/YQ1pWFVfqt.dot: Added. |
|
4123 |
* BugsSite/data/webdot/YcFUepShZI.dot: Added. |
|
4124 |
* BugsSite/data/webdot/a9i00KgTQk.dot: Added. |
|
4125 |
* BugsSite/data/webdot/c412GYaHch.dot: Added. |
|
4126 |
* BugsSite/data/webdot/hjYnYr3tV1.dot: Added. |
|
4127 |
* BugsSite/data/webdot/pq3Qw7wynI.dot: Added. |
|
4128 |
* BugsSite/data/webdot/tL7GjA7bqH.dot: Added. |
|
4129 |
* BugsSite/defparams.pl: Added. |
|
4130 |
* BugsSite/describecomponents.cgi: Added. |
|
4131 |
* BugsSite/describekeywords.cgi: Added. |
|
4132 |
* BugsSite/describekeywords.cgi.bak: Added. |
|
4133 |
* BugsSite/docs: Added. |
|
4134 |
* BugsSite/docs/.cvsignore: Added. |
|
4135 |
* BugsSite/docs/README.docs: Added. |
|
4136 |
* BugsSite/docs/html: Added. |
|
4137 |
* BugsSite/docs/html/Bugzilla-Guide.html: Added. |
|
4138 |
* BugsSite/docs/html/about.html: Added. |
|
4139 |
* BugsSite/docs/html/administration.html: Added. |
|
4140 |
* BugsSite/docs/html/bug_page.html: Added. |
|
4141 |
* BugsSite/docs/html/bugreports.html: Added. |
|
4142 |
* BugsSite/docs/html/cmdline-bugmail.html: Added. |
|
4143 |
* BugsSite/docs/html/cmdline.html: Added. |
|
4144 |
* BugsSite/docs/html/components.html: Added. |
|
4145 |
* BugsSite/docs/html/configuration.html: Added. |
|
4146 |
* BugsSite/docs/html/conventions.html: Added. |
|
4147 |
* BugsSite/docs/html/copyright.html: Added. |
|
4148 |
* BugsSite/docs/html/credits.html: Added. |
|
4149 |
* BugsSite/docs/html/cust-change-permissions.html: Added. |
|
4150 |
* BugsSite/docs/html/cust-hooks.html: Added. |
|
4151 |
* BugsSite/docs/html/cust-templates.html: Added. |
|
4152 |
* BugsSite/docs/html/customization.html: Added. |
|
4153 |
* BugsSite/docs/html/dbdoc.html: Added. |
|
4154 |
* BugsSite/docs/html/dbmodify.html: Added. |
|
4155 |
* BugsSite/docs/html/disclaimer.html: Added. |
|
4156 |
* BugsSite/docs/html/extraconfig.html: Added. |
|
4157 |
* BugsSite/docs/html/faq.html: Added. |
|
4158 |
* BugsSite/docs/html/flags-overview.html: Added. |
|
4159 |
* BugsSite/docs/html/flags.html: Added. |
|
4160 |
* BugsSite/docs/html/general-advice.html: Added. |
|
4161 |
* BugsSite/docs/html/gfdl-0.html: Added. |
|
4162 |
* BugsSite/docs/html/gfdl-1.html: Added. |
|
4163 |
* BugsSite/docs/html/gfdl-10.html: Added. |
|
4164 |
* BugsSite/docs/html/gfdl-2.html: Added. |
|
4165 |
* BugsSite/docs/html/gfdl-3.html: Added. |
|
4166 |
* BugsSite/docs/html/gfdl-4.html: Added. |
|
4167 |
* BugsSite/docs/html/gfdl-5.html: Added. |
|
4168 |
* BugsSite/docs/html/gfdl-6.html: Added. |
|
4169 |
* BugsSite/docs/html/gfdl-7.html: Added. |
|
4170 |
* BugsSite/docs/html/gfdl-8.html: Added. |
|
4171 |
* BugsSite/docs/html/gfdl-9.html: Added. |
|
4172 |
* BugsSite/docs/html/gfdl-howto.html: Added. |
|
4173 |
* BugsSite/docs/html/gfdl.html: Added. |
|
4174 |
* BugsSite/docs/html/glossary.html: Added. |
|
4175 |
* BugsSite/docs/html/groups.html: Added. |
|
4176 |
* BugsSite/docs/html/hintsandtips.html: Added. |
|
4177 |
* BugsSite/docs/html/index.html: Added. |
|
4178 |
* BugsSite/docs/html/install-perlmodules-manual.html: Added. |
|
4179 |
* BugsSite/docs/html/installation.html: Added. |
|
4180 |
* BugsSite/docs/html/installing-bugzilla.html: Added. |
|
4181 |
* BugsSite/docs/html/integration.html: Added. |
|
4182 |
* BugsSite/docs/html/lifecycle.html: Added. |
|
4183 |
* BugsSite/docs/html/list.html: Added. |
|
4184 |
* BugsSite/docs/html/milestones.html: Added. |
|
4185 |
* BugsSite/docs/html/modules-manual-download.html: Added. |
|
4186 |
* BugsSite/docs/html/modules-manual-instructions.html: Added. |
|
4187 |
* BugsSite/docs/html/modules-manual-optional.html: Added. |
|
4188 |
* BugsSite/docs/html/myaccount.html: Added. |
|
4189 |
* BugsSite/docs/html/newversions.html: Added. |
|
4190 |
* BugsSite/docs/html/nonroot.html: Added. |
|
4191 |
* BugsSite/docs/html/os-specific.html: Added. |
|
4192 |
* BugsSite/docs/html/parameters.html: Added. |
|
4193 |
* BugsSite/docs/html/paranoid-security.html: Added. |
|
4194 |
* BugsSite/docs/html/patches.html: Added. |
|
4195 |
* BugsSite/docs/html/patchviewer.html: Added. |
|
4196 |
* BugsSite/docs/html/products.html: Added. |
|
4197 |
* BugsSite/docs/html/query.html: Added. |
|
4198 |
* BugsSite/docs/html/quips.html: Added. |
|
4199 |
* BugsSite/docs/html/reporting.html: Added. |
|
4200 |
* BugsSite/docs/html/security-bugzilla.html: Added. |
|
4201 |
* BugsSite/docs/html/security-mysql.html: Added. |
|
4202 |
* BugsSite/docs/html/security-os.html: Added. |
|
4203 |
* BugsSite/docs/html/security-webserver.html: Added. |
|
4204 |
* BugsSite/docs/html/security.html: Added. |
|
4205 |
* BugsSite/docs/html/trbl-bundlebugzilla.html: Added. |
|
4206 |
* BugsSite/docs/html/trbl-dbdsponge.html: Added. |
|
4207 |
* BugsSite/docs/html/trbl-index.html: Added. |
|
4208 |
* BugsSite/docs/html/trbl-passwd-encryption.html: Added. |
|
4209 |
* BugsSite/docs/html/trbl-perlmodule.html: Added. |
|
4210 |
* BugsSite/docs/html/trbl-relogin-everyone.html: Added. |
|
4211 |
* BugsSite/docs/html/trbl-testserver.html: Added. |
|
4212 |
* BugsSite/docs/html/trouble-filetemp.html: Added. |
|
4213 |
* BugsSite/docs/html/troubleshooting.html: Added. |
|
4214 |
* BugsSite/docs/html/upgrading.html: Added. |
|
4215 |
* BugsSite/docs/html/useradmin.html: Added. |
|
4216 |
* BugsSite/docs/html/userpreferences.html: Added. |
|
4217 |
* BugsSite/docs/html/using-intro.html: Added. |
|
4218 |
* BugsSite/docs/html/using.html: Added. |
|
4219 |
* BugsSite/docs/html/versions.html: Added. |
|
4220 |
* BugsSite/docs/html/voting.html: Added. |
|
4221 |
* BugsSite/docs/html/whining.html: Added. |
|
4222 |
* BugsSite/docs/html/x3190.html: Added. |
|
4223 |
* BugsSite/docs/images: Added. |
|
4224 |
* BugsSite/docs/images/bzLifecycle.png: Added. |
|
4225 |
* BugsSite/docs/images/bzLifecycle.xml: Added. |
|
4226 |
* BugsSite/docs/images/callouts: Added. |
|
4227 |
* BugsSite/docs/images/callouts/1.gif: Added. |
|
4228 |
* BugsSite/docs/images/callouts/2.gif: Added. |
|
4229 |
* BugsSite/docs/images/callouts/3.gif: Added. |
|
4230 |
* BugsSite/docs/images/caution.gif: Added. |
|
4231 |
* BugsSite/docs/images/note.gif: Added. |
|
4232 |
* BugsSite/docs/images/tip.gif: Added. |
|
4233 |
* BugsSite/docs/images/warning.gif: Added. |
|
4234 |
* BugsSite/docs/makedocs.pl: Added. |
|
4235 |
* BugsSite/docs/pdf: Added. |
|
4236 |
* BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added. |
|
4237 |
* BugsSite/docs/rel_notes.txt: Added. |
|
4238 |
* BugsSite/docs/txt: Added. |
|
4239 |
* BugsSite/docs/txt/Bugzilla-Guide.txt: Added. |
|
4240 |
* BugsSite/docs/xml: Added. |
|
4241 |
* BugsSite/docs/xml/Bugzilla-Guide.xml: Added. |
|
4242 |
* BugsSite/docs/xml/about.xml: Added. |
|
4243 |
* BugsSite/docs/xml/administration.xml: Added. |
|
4244 |
* BugsSite/docs/xml/conventions.xml: Added. |
|
4245 |
* BugsSite/docs/xml/customization.xml: Added. |
|
4246 |
* BugsSite/docs/xml/dbschema.mysql: Added. |
|
4247 |
* BugsSite/docs/xml/faq.xml: Added. |
|
4248 |
* BugsSite/docs/xml/filetemp.patch: Added. |
|
4249 |
* BugsSite/docs/xml/gfdl.xml: Added. |
|
4250 |
* BugsSite/docs/xml/glossary.xml: Added. |
|
4251 |
* BugsSite/docs/xml/index.xml: Added. |
|
4252 |
* BugsSite/docs/xml/installation.xml: Added. |
|
4253 |
* BugsSite/docs/xml/integration.xml: Added. |
|
4254 |
* BugsSite/docs/xml/introduction.xml: Added. |
|
4255 |
* BugsSite/docs/xml/modules.xml: Added. |
|
4256 |
* BugsSite/docs/xml/patches.xml: Added. |
|
4257 |
* BugsSite/docs/xml/requiredsoftware.xml: Added. |
|
4258 |
* BugsSite/docs/xml/security.xml: Added. |
|
4259 |
* BugsSite/docs/xml/troubleshooting.xml: Added. |
|
4260 |
* BugsSite/docs/xml/using.xml: Added. |
|
4261 |
* BugsSite/doeditparams.cgi: Added. |
|
4262 |
* BugsSite/duplicates.cgi: Added. |
|
4263 |
* BugsSite/duplicates.xul: Added. |
|
4264 |
* BugsSite/editclassifications.cgi: Added. |
|
4265 |
* BugsSite/editcomponents.cgi: Added. |
|
4266 |
* BugsSite/editflagtypes.cgi: Added. |
|
4267 |
* BugsSite/editgroups.cgi: Added. |
|
4268 |
* BugsSite/editkeywords.cgi: Added. |
|
4269 |
* BugsSite/editmilestones.cgi: Added. |
|
4270 |
* BugsSite/editparams.cgi: Added. |
|
4271 |
* BugsSite/editproducts.cgi: Added. |
|
4272 |
* BugsSite/editsettings.cgi: Added. |
|
4273 |
* BugsSite/editusers.cgi: Added. |
|
4274 |
* BugsSite/editvalues.cgi: Added. |
|
4275 |
* BugsSite/editversions.cgi: Added. |
|
4276 |
* BugsSite/editwhines.cgi: Added. |
|
4277 |
* BugsSite/enter_bug.cgi: Added. |
|
4278 |
* BugsSite/favicon.ico: Added. |
|
4279 |
* BugsSite/globals.pl: Added. |
|
4280 |
* BugsSite/graphs: Added. |
|
4281 |
* BugsSite/images: Added. |
|
4282 |
* BugsSite/images/padlock.png: Added. |
|
4283 |
* BugsSite/importxml.pl: Added. |
|
4284 |
* BugsSite/index.cgi: Added. |
|
4285 |
* BugsSite/js: Added. |
|
4286 |
* BugsSite/js/duplicates.js: Added. |
|
4287 |
* BugsSite/js/productform.js: Added. |
|
4288 |
* BugsSite/localconfig.js: Added. |
|
4289 |
* BugsSite/long_list.cgi: Added. |
|
4290 |
* BugsSite/move.pl: Added. |
|
4291 |
* BugsSite/page.cgi: Added. |
|
4292 |
* BugsSite/post_bug.cgi: Added. |
|
4293 |
* BugsSite/process_bug.cgi: Added. |
|
4294 |
* BugsSite/productmenu.js: Added. |
|
4295 |
* BugsSite/query.cgi: Added. |
|
4296 |
* BugsSite/quicksearch.html: Added. |
|
4297 |
* BugsSite/quicksearch.js: Added. |
|
4298 |
* BugsSite/quicksearchhack.html: Added. |
|
4299 |
* BugsSite/quips.cgi: Added. |
|
4300 |
* BugsSite/relogin.cgi: Added. |
|
4301 |
* BugsSite/report.cgi: Added. |
|
4302 |
* BugsSite/reports.cgi: Added. |
|
4303 |
* BugsSite/request.cgi: Added. |
|
4304 |
* BugsSite/robots.txt: Added. |
|
4305 |
* BugsSite/runtests.pl: Added. |
|
4306 |
* BugsSite/sanitycheck.cgi: Added. |
|
4307 |
* BugsSite/show_activity.cgi: Added. |
|
4308 |
* BugsSite/show_bug.cgi: Added. |
|
4309 |
* BugsSite/showattachment.cgi: Added. |
|
4310 |
* BugsSite/showdependencygraph.cgi: Added. |
|
4311 |
* BugsSite/showdependencytree.cgi: Added. |
|
4312 |
* BugsSite/sidebar.cgi: Added. |
|
4313 |
* BugsSite/skins: Added. |
|
4314 |
* BugsSite/skins/.cvsignore: Added. |
|
4315 |
* BugsSite/skins/custom: Added. |
|
4316 |
* BugsSite/skins/custom/admin.css: Added. |
|
4317 |
* BugsSite/skins/custom/buglist.css: Added. |
|
4318 |
* BugsSite/skins/custom/duplicates.css: Added. |
|
4319 |
* BugsSite/skins/custom/editusers.css: Added. |
|
4320 |
* BugsSite/skins/custom/global.css: Added. |
|
4321 |
* BugsSite/skins/custom/index.css: Added. |
|
4322 |
* BugsSite/skins/custom/opendarwin.gif: Added. |
|
4323 |
* BugsSite/skins/custom/panel.css: Added. |
|
4324 |
* BugsSite/skins/custom/show_multiple.css: Added. |
|
4325 |
* BugsSite/skins/custom/summarize-time.css: Added. |
|
4326 |
* BugsSite/skins/custom/voting.css: Added. |
|
4327 |
* BugsSite/skins/standard: Added. |
|
4328 |
* BugsSite/skins/standard/admin.css: Added. |
|
4329 |
* BugsSite/skins/standard/buglist.css: Added. |
|
4330 |
* BugsSite/skins/standard/duplicates.css: Added. |
|
4331 |
* BugsSite/skins/standard/editusers.css: Added. |
|
4332 |
* BugsSite/skins/standard/global: Added. |
|
4333 |
* BugsSite/skins/standard/global.css: Added. |
|
4334 |
* BugsSite/skins/standard/global/body-back.gif: Added. |
|
4335 |
* BugsSite/skins/standard/global/header.png: Added. |
|
4336 |
* BugsSite/skins/standard/index: Added. |
|
4337 |
* BugsSite/skins/standard/index.css: Added. |
|
4338 |
* BugsSite/skins/standard/index/front.jpg: Added. |
|
4339 |
* BugsSite/skins/standard/index/front.png: Added. |
|
4340 |
* BugsSite/skins/standard/panel.css: Added. |
|
4341 |
* BugsSite/skins/standard/show_multiple.css: Added. |
|
4342 |
* BugsSite/skins/standard/summarize-time.css: Added. |
|
4343 |
* BugsSite/skins/standard/voting.css: Added. |
|
4344 |
* BugsSite/summarize_time.cgi: Added. |
|
4345 |
* BugsSite/t: Added. |
|
4346 |
* BugsSite/t/001compile.t: Added. |
|
4347 |
* BugsSite/t/002goodperl.t: Added. |
|
4348 |
* BugsSite/t/003safesys.t: Added. |
|
4349 |
* BugsSite/t/004template.t: Added. |
|
4350 |
* BugsSite/t/005no_tabs.t: Added. |
|
4351 |
* BugsSite/t/006spellcheck.t: Added. |
|
4352 |
* BugsSite/t/007util.t: Added. |
|
4353 |
* BugsSite/t/008filter.t: Added. |
|
4354 |
* BugsSite/t/009bugwords.t: Added. |
|
4355 |
* BugsSite/t/011pod.t: Added. |
|
4356 |
* BugsSite/t/Support: Added. |
|
4357 |
* BugsSite/t/Support/Files.pm: Added. |
|
4358 |
* BugsSite/t/Support/Systemexec.pm: Added. |
|
4359 |
* BugsSite/t/Support/Templates.pm: Added. |
|
4360 |
* BugsSite/t/testchart.gif: Added. |
|
4361 |
* BugsSite/t/testchart.png: Added. |
|
4362 |
* BugsSite/t/testgd.png: Added. |
|
4363 |
* BugsSite/template: Added. |
|
4364 |
* BugsSite/template/.cvsignore: Added. |
|
4365 |
* BugsSite/template/.htaccess: Added. |
|
4366 |
* BugsSite/template/en: Added. |
|
4367 |
* BugsSite/template/en/.cvsignore: Added. |
|
4368 |
* BugsSite/template/en/custom: Added. |
|
4369 |
* BugsSite/template/en/custom/account: Added. |
|
4370 |
* BugsSite/template/en/custom/account/auth: Added. |
|
4371 |
* BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added. |
|
4372 |
* BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added. |
|
4373 |
* BugsSite/template/en/custom/account/auth/login.html.tmpl: Added. |
|
4374 |
* BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added. |
|
4375 |
* BugsSite/template/en/custom/account/create.html.tmpl: Added. |
|
4376 |
* BugsSite/template/en/custom/account/created.html.tmpl: Added. |
|
4377 |
* BugsSite/template/en/custom/account/email: Added. |
|
4378 |
* BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added. |
|
4379 |
* BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added. |
|
4380 |
* BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added. |
|
4381 |
* BugsSite/template/en/custom/account/exists.html.tmpl: Added. |
|
4382 |
* BugsSite/template/en/custom/account/password: Added. |
|
4383 |
* BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added. |
|
4384 |
* BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added. |
|
4385 |
* BugsSite/template/en/custom/account/prefs: Added. |
|
4386 |
* BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added. |
|
4387 |
* BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added. |
|
4388 |
* BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added. |
|
4389 |
* BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added. |
|
4390 |
* BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added. |
|
4391 |
* BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added. |
|
4392 |
* BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added. |
|
4393 |
* BugsSite/template/en/custom/admin: Added. |
|
4394 |
* BugsSite/template/en/custom/admin/classifications: Added. |
|
4395 |
* BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added. |
|
4396 |
* BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added. |
|
4397 |
* BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added. |
|
4398 |
* BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added. |
|
4399 |
* BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added. |
|
4400 |
* BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added. |
|
4401 |
* BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added. |
|
4402 |
* BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added. |
|
4403 |
* BugsSite/template/en/custom/admin/components: Added. |
|
4404 |
* BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added. |
|
4405 |
* BugsSite/template/en/custom/admin/components/create.html.tmpl: Added. |
|
4406 |
* BugsSite/template/en/custom/admin/components/created.html.tmpl: Added. |
|
4407 |
* BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added. |
|
4408 |
* BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added. |
|
4409 |
* BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added. |
|
4410 |
* BugsSite/template/en/custom/admin/components/list.html.tmpl: Added. |
|
4411 |
* BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added. |
|
4412 |
* BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added. |
|
4413 |
* BugsSite/template/en/custom/admin/fieldvalues: Added. |
|
4414 |
* BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added. |
|
4415 |
* BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added. |
|
4416 |
* BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added. |
|
4417 |
* BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added. |
|
4418 |
* BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added. |
|
4419 |
* BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added. |
|
4420 |
* BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added. |
|
4421 |
* BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added. |
|
4422 |
* BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added. |
|
4423 |
* BugsSite/template/en/custom/admin/flag-type: Added. |
|
4424 |
* BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added. |
|
4425 |
* BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added. |
|
4426 |
* BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added. |
|
4427 |
* BugsSite/template/en/custom/admin/groups: Added. |
|
4428 |
* BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added. |
|
4429 |
* BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added. |
|
4430 |
* BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added. |
|
4431 |
* BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added. |
|
4432 |
* BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added. |
|
4433 |
* BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added. |
|
4434 |
* BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added. |
|
4435 |
* BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added. |
|
4436 |
* BugsSite/template/en/custom/admin/keywords: Added. |
|
4437 |
* BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added. |
|
4438 |
* BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added. |
|
4439 |
* BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added. |
|
4440 |
* BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added. |
|
4441 |
* BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added. |
|
4442 |
* BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added. |
|
4443 |
* BugsSite/template/en/custom/admin/milestones: Added. |
|
4444 |
* BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added. |
|
4445 |
* BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added. |
|
4446 |
* BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added. |
|
4447 |
* BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added. |
|
4448 |
* BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added. |
|
4449 |
* BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added. |
|
4450 |
* BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added. |
|
4451 |
* BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added. |
|
4452 |
* BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added. |
|
4453 |
* BugsSite/template/en/custom/admin/products: Added. |
|
4454 |
* BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added. |
|
4455 |
* BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added. |
|
4456 |
* BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added. |
|
4457 |
* BugsSite/template/en/custom/admin/products/groupcontrol: Added. |
|
4458 |
* BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added. |
|
4459 |
* BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added. |
|
4460 |
* BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added. |
|
4461 |
* BugsSite/template/en/custom/admin/products/list.html.tmpl: Added. |
|
4462 |
* BugsSite/template/en/custom/admin/settings: Added. |
|
4463 |
* BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added. |
|
4464 |
* BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added. |
|
4465 |
* BugsSite/template/en/custom/admin/table.html.tmpl: Added. |
|
4466 |
* BugsSite/template/en/custom/admin/users: Added. |
|
4467 |
* BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added. |
|
4468 |
* BugsSite/template/en/custom/admin/users/create.html.tmpl: Added. |
|
4469 |
* BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added. |
|
4470 |
* BugsSite/template/en/custom/admin/users/list.html.tmpl: Added. |
|
4471 |
* BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added. |
|
4472 |
* BugsSite/template/en/custom/admin/users/search.html.tmpl: Added. |
|
4473 |
* BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added. |
|
4474 |
* BugsSite/template/en/custom/admin/versions: Added. |
|
4475 |
* BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added. |
|
4476 |
* BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added. |
|
4477 |
* BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added. |
|
4478 |
* BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added. |
|
4479 |
* BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added. |
|
4480 |
* BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added. |
|
4481 |
* BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added. |
|
4482 |
* BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added. |
|
4483 |
* BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added. |
|
4484 |
* BugsSite/template/en/custom/attachment: Added. |
|
4485 |
* BugsSite/template/en/custom/attachment/choose.html.tmpl: Added. |
|
4486 |
* BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added. |
|
4487 |
* BugsSite/template/en/custom/attachment/create.html.tmpl: Added. |
|
4488 |
* BugsSite/template/en/custom/attachment/created.html.tmpl: Added. |
|
4489 |
* BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added. |
|
4490 |
* BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added. |
|
4491 |
* BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added. |
|
4492 |
* BugsSite/template/en/custom/attachment/edit.html.tmpl: Added. |
|
4493 |
* BugsSite/template/en/custom/attachment/list.html.tmpl: Added. |
|
4494 |
* BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added. |
|
4495 |
* BugsSite/template/en/custom/attachment/updated.html.tmpl: Added. |
|
4496 |
* BugsSite/template/en/custom/bug: Added. |
|
4497 |
* BugsSite/template/en/custom/bug/activity: Added. |
|
4498 |
* BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added. |
|
4499 |
* BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added. |
|
4500 |
* BugsSite/template/en/custom/bug/choose.html.tmpl: Added. |
|
4501 |
* BugsSite/template/en/custom/bug/comments.html.tmpl: Added. |
|
4502 |
* BugsSite/template/en/custom/bug/create: Added. |
|
4503 |
* BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added. |
|
4504 |
* BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added. |
|
4505 |
* BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added. |
|
4506 |
* BugsSite/template/en/custom/bug/create/create.html.tmpl: Added. |
|
4507 |
* BugsSite/template/en/custom/bug/create/created.html.tmpl: Added. |
|
4508 |
* BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added. |
|
4509 |
* BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added. |
|
4510 |
* BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added. |
|
4511 |
* BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added. |
|
4512 |
* BugsSite/template/en/custom/bug/edit.html.tmpl: Added. |
|
4513 |
* BugsSite/template/en/custom/bug/knob.html.tmpl: Added. |
|
4514 |
* BugsSite/template/en/custom/bug/navigate.html.tmpl: Added. |
|
4515 |
* BugsSite/template/en/custom/bug/process: Added. |
|
4516 |
* BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added. |
|
4517 |
* BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added. |
|
4518 |
* BugsSite/template/en/custom/bug/process/header.html.tmpl: Added. |
|
4519 |
* BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added. |
|
4520 |
* BugsSite/template/en/custom/bug/process/next.html.tmpl: Added. |
|
4521 |
* BugsSite/template/en/custom/bug/process/results.html.tmpl: Added. |
|
4522 |
* BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added. |
|
4523 |
* BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added. |
|
4524 |
* BugsSite/template/en/custom/bug/show.html.tmpl: Added. |
|
4525 |
* BugsSite/template/en/custom/bug/show.xml.tmpl: Added. |
|
4526 |
* BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added. |
|
4527 |
* BugsSite/template/en/custom/bug/time.html.tmpl: Added. |
|
4528 |
* BugsSite/template/en/custom/bug/votes: Added. |
|
4529 |
* BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added. |
|
4530 |
* BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added. |
|
4531 |
* BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added. |
|
4532 |
* BugsSite/template/en/custom/config.js.tmpl: Added. |
|
4533 |
* BugsSite/template/en/custom/config.rdf.tmpl: Added. |
|
4534 |
* BugsSite/template/en/custom/filterexceptions.pl: Added. |
|
4535 |
* BugsSite/template/en/custom/flag: Added. |
|
4536 |
* BugsSite/template/en/custom/flag/list.html.tmpl: Added. |
|
4537 |
* BugsSite/template/en/custom/global: Added. |
|
4538 |
* BugsSite/template/en/custom/global/banner.html.tmpl: Added. |
|
4539 |
* BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added. |
|
4540 |
* BugsSite/template/en/custom/global/choose-product.html.tmpl: Added. |
|
4541 |
* BugsSite/template/en/custom/global/code-error.html.tmpl: Added. |
|
4542 |
* BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added. |
|
4543 |
* BugsSite/template/en/custom/global/field-descs.none.tmpl: Added. |
|
4544 |
* BugsSite/template/en/custom/global/footer.html.tmpl: Added. |
|
4545 |
* BugsSite/template/en/custom/global/header.html.tmpl: Added. |
|
4546 |
* BugsSite/template/en/custom/global/help-header.html.tmpl: Added. |
|
4547 |
* BugsSite/template/en/custom/global/help.html.tmpl: Added. |
|
4548 |
* BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added. |
|
4549 |
* BugsSite/template/en/custom/global/initialize.none.tmpl: Added. |
|
4550 |
* BugsSite/template/en/custom/global/message.html.tmpl: Added. |
|
4551 |
* BugsSite/template/en/custom/global/messages.html.tmpl: Added. |
|
4552 |
* BugsSite/template/en/custom/global/select-menu.html.tmpl: Added. |
|
4553 |
* BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added. |
|
4554 |
* BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added. |
|
4555 |
* BugsSite/template/en/custom/global/useful-links.html.tmpl: Added. |
|
4556 |
* BugsSite/template/en/custom/global/user-error.html.tmpl: Added. |
|
4557 |
* BugsSite/template/en/custom/global/userselect.html.tmpl: Added. |
|
4558 |
* BugsSite/template/en/custom/global/variables.none.tmpl: Added. |
|
4559 |
* BugsSite/template/en/custom/index.html.tmpl: Added. |
|
4560 |
* BugsSite/template/en/custom/list: Added. |
|
4561 |
* BugsSite/template/en/custom/list/change-columns.html.tmpl: Added. |
|
4562 |
* BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added. |
|
4563 |
* BugsSite/template/en/custom/list/list-simple.html.tmpl: Added. |
|
4564 |
* BugsSite/template/en/custom/list/list.csv.tmpl: Added. |
|
4565 |
* BugsSite/template/en/custom/list/list.html.tmpl: Added. |
|
4566 |
* BugsSite/template/en/custom/list/list.ics.tmpl: Added. |
|
4567 |
* BugsSite/template/en/custom/list/list.js.tmpl: Added. |
|
4568 |
* BugsSite/template/en/custom/list/list.rdf.tmpl: Added. |
|
4569 |
* BugsSite/template/en/custom/list/list.rss.tmpl: Added. |
|
4570 |
* BugsSite/template/en/custom/list/quips.html.tmpl: Added. |
|
4571 |
* BugsSite/template/en/custom/list/server-push.html.tmpl: Added. |
|
4572 |
* BugsSite/template/en/custom/list/table.html.tmpl: Added. |
|
4573 |
* BugsSite/template/en/custom/pages: Added. |
|
4574 |
* BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added. |
|
4575 |
* BugsSite/template/en/custom/pages/fields.html.tmpl: Added. |
|
4576 |
* BugsSite/template/en/custom/pages/linked.html.tmpl: Added. |
|
4577 |
* BugsSite/template/en/custom/pages/linkify.html.tmpl: Added. |
|
4578 |
* BugsSite/template/en/custom/pages/voting.html.tmpl: Added. |
|
4579 |
* BugsSite/template/en/custom/reports: Added. |
|
4580 |
* BugsSite/template/en/custom/reports/chart.csv.tmpl: Added. |
|
4581 |
* BugsSite/template/en/custom/reports/chart.html.tmpl: Added. |
|
4582 |
* BugsSite/template/en/custom/reports/chart.png.tmpl: Added. |
|
4583 |
* BugsSite/template/en/custom/reports/components.html.tmpl: Added. |
|
4584 |
* BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added. |
|
4585 |
* BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added. |
|
4586 |
* BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added. |
|
4587 |
* BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added. |
|
4588 |
* BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added. |
|
4589 |
* BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added. |
|
4590 |
* BugsSite/template/en/custom/reports/keywords.html.tmpl: Added. |
|
4591 |
* BugsSite/template/en/custom/reports/menu.html.tmpl: Added. |
|
4592 |
* BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added. |
|
4593 |
* BugsSite/template/en/custom/reports/report-line.png.tmpl: Added. |
|
4594 |
* BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added. |
|
4595 |
* BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added. |
|
4596 |
* BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added. |
|
4597 |
* BugsSite/template/en/custom/reports/report-table.html.tmpl: Added. |
|
4598 |
* BugsSite/template/en/custom/reports/report.csv.tmpl: Added. |
|
4599 |
* BugsSite/template/en/custom/reports/report.html.tmpl: Added. |
|
4600 |
* BugsSite/template/en/custom/reports/series-common.html.tmpl: Added. |
|
4601 |
* BugsSite/template/en/custom/reports/series.html.tmpl: Added. |
|
4602 |
* BugsSite/template/en/custom/request: Added. |
|
4603 |
* BugsSite/template/en/custom/request/email.txt.tmpl: Added. |
|
4604 |
* BugsSite/template/en/custom/request/queue.html.tmpl: Added. |
|
4605 |
* BugsSite/template/en/custom/search: Added. |
|
4606 |
* BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added. |
|
4607 |
* BugsSite/template/en/custom/search/form.html.tmpl: Added. |
|
4608 |
* BugsSite/template/en/custom/search/knob.html.tmpl: Added. |
|
4609 |
* BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added. |
|
4610 |
* BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added. |
|
4611 |
* BugsSite/template/en/custom/search/search-help.html.tmpl: Added. |
|
4612 |
* BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added. |
|
4613 |
* BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added. |
|
4614 |
* BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added. |
|
4615 |
* BugsSite/template/en/custom/search/search-specific.html.tmpl: Added. |
|
4616 |
* BugsSite/template/en/custom/search/tabs.html.tmpl: Added. |
|
4617 |
* BugsSite/template/en/custom/sidebar.xul.tmpl: Added. |
|
4618 |
* BugsSite/template/en/custom/whine: Added. |
|
4619 |
* BugsSite/template/en/custom/whine/mail.html.tmpl: Added. |
|
4620 |
* BugsSite/template/en/custom/whine/mail.txt.tmpl: Added. |
|
4621 |
* BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added. |
|
4622 |
* BugsSite/template/en/custom/whine/schedule.html.tmpl: Added. |
|
4623 |
* BugsSite/template/en/default: Added. |
|
4624 |
* BugsSite/template/en/default/account: Added. |
|
4625 |
* BugsSite/template/en/default/account/auth: Added. |
|
4626 |
* BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added. |
|
4627 |
* BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added. |
|
4628 |
* BugsSite/template/en/default/account/auth/login.html.tmpl: Added. |
|
4629 |
* BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added. |
|
4630 |
* BugsSite/template/en/default/account/create.html.tmpl: Added. |
|
4631 |
* BugsSite/template/en/default/account/created.html.tmpl: Added. |
|
4632 |
* BugsSite/template/en/default/account/email: Added. |
|
4633 |
* BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added. |
|
4634 |
* BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added. |
|
4635 |
* BugsSite/template/en/default/account/email/confirm.html.tmpl: Added. |
|
4636 |
* BugsSite/template/en/default/account/exists.html.tmpl: Added. |
|
4637 |
* BugsSite/template/en/default/account/password: Added. |
|
4638 |
* BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added. |
|
4639 |
* BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added. |
|
4640 |
* BugsSite/template/en/default/account/prefs: Added. |
|
4641 |
* BugsSite/template/en/default/account/prefs/account.html.tmpl: Added. |
|
4642 |
* BugsSite/template/en/default/account/prefs/email.html.tmpl: Added. |
|
4643 |
* BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added. |
|
4644 |
* BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added. |
|
4645 |
* BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added. |
|
4646 |
* BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added. |
|
4647 |
* BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added. |
|
4648 |
* BugsSite/template/en/default/admin: Added. |
|
4649 |
* BugsSite/template/en/default/admin/classifications: Added. |
|
4650 |
* BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added. |
|
4651 |
* BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added. |
|
4652 |
* BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added. |
|
4653 |
* BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added. |
|
4654 |
* BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added. |
|
4655 |
* BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added. |
|
4656 |
* BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added. |
|
4657 |
* BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added. |
|
4658 |
* BugsSite/template/en/default/admin/components: Added. |
|
4659 |
* BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added. |
|
4660 |
* BugsSite/template/en/default/admin/components/create.html.tmpl: Added. |
|
4661 |
* BugsSite/template/en/default/admin/components/created.html.tmpl: Added. |
|
4662 |
* BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added. |
|
4663 |
* BugsSite/template/en/default/admin/components/edit.html.tmpl: Added. |
|
4664 |
* BugsSite/template/en/default/admin/components/footer.html.tmpl: Added. |
|
4665 |
* BugsSite/template/en/default/admin/components/list.html.tmpl: Added. |
|
4666 |
* BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added. |
|
4667 |
* BugsSite/template/en/default/admin/components/updated.html.tmpl: Added. |
|
4668 |
* BugsSite/template/en/default/admin/fieldvalues: Added. |
|
4669 |
* BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added. |
|
4670 |
* BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added. |
|
4671 |
* BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added. |
|
4672 |
* BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added. |
|
4673 |
* BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added. |
|
4674 |
* BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added. |
|
4675 |
* BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added. |
|
4676 |
* BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added. |
|
4677 |
* BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added. |
|
4678 |
* BugsSite/template/en/default/admin/flag-type: Added. |
|
4679 |
* BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added. |
|
4680 |
* BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added. |
|
4681 |
* BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added. |
|
4682 |
* BugsSite/template/en/default/admin/groups: Added. |
|
4683 |
* BugsSite/template/en/default/admin/groups/change.html.tmpl: Added. |
|
4684 |
* BugsSite/template/en/default/admin/groups/create.html.tmpl: Added. |
|
4685 |
* BugsSite/template/en/default/admin/groups/created.html.tmpl: Added. |
|
4686 |
* BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added. |
|
4687 |
* BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added. |
|
4688 |
* BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added. |
|
4689 |
* BugsSite/template/en/default/admin/groups/list.html.tmpl: Added. |
|
4690 |
* BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added. |
|
4691 |
* BugsSite/template/en/default/admin/keywords: Added. |
|
4692 |
* BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added. |
|
4693 |
* BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added. |
|
4694 |
* BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added. |
|
4695 |
* BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added. |
|
4696 |
* BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added. |
|
4697 |
* BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added. |
|
4698 |
* BugsSite/template/en/default/admin/milestones: Added. |
|
4699 |
* BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added. |
|
4700 |
* BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added. |
|
4701 |
* BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added. |
|
4702 |
* BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added. |
|
4703 |
* BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added. |
|
4704 |
* BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added. |
|
4705 |
* BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added. |
|
4706 |
* BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added. |
|
4707 |
* BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added. |
|
4708 |
* BugsSite/template/en/default/admin/products: Added. |
|
4709 |
* BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added. |
|
4710 |
* BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added. |
|
4711 |
* BugsSite/template/en/default/admin/products/footer.html.tmpl: Added. |
|
4712 |
* BugsSite/template/en/default/admin/products/groupcontrol: Added. |
|
4713 |
* BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added. |
|
4714 |
* BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added. |
|
4715 |
* BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added. |
|
4716 |
* BugsSite/template/en/default/admin/products/list.html.tmpl: Added. |
|
4717 |
* BugsSite/template/en/default/admin/settings: Added. |
|
4718 |
* BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added. |
|
4719 |
* BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added. |
|
4720 |
* BugsSite/template/en/default/admin/table.html.tmpl: Added. |
|
4721 |
* BugsSite/template/en/default/admin/users: Added. |
|
4722 |
* BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added. |
|
4723 |
* BugsSite/template/en/default/admin/users/create.html.tmpl: Added. |
|
4724 |
* BugsSite/template/en/default/admin/users/edit.html.tmpl: Added. |
|
4725 |
* BugsSite/template/en/default/admin/users/list.html.tmpl: Added. |
|
4726 |
* BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added. |
|
4727 |
* BugsSite/template/en/default/admin/users/search.html.tmpl: Added. |
|
4728 |
* BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added. |
|
4729 |
* BugsSite/template/en/default/admin/versions: Added. |
|
4730 |
* BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added. |
|
4731 |
* BugsSite/template/en/default/admin/versions/create.html.tmpl: Added. |
|
4732 |
* BugsSite/template/en/default/admin/versions/created.html.tmpl: Added. |
|
4733 |
* BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added. |
|
4734 |
* BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added. |
|
4735 |
* BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added. |
|
4736 |
* BugsSite/template/en/default/admin/versions/list.html.tmpl: Added. |
|
4737 |
* BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added. |
|
4738 |
* BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added. |
|
4739 |
* BugsSite/template/en/default/attachment: Added. |
|
4740 |
* BugsSite/template/en/default/attachment/choose.html.tmpl: Added. |
|
4741 |
* BugsSite/template/en/default/attachment/content-types.html.tmpl: Added. |
|
4742 |
* BugsSite/template/en/default/attachment/create.html.tmpl: Added. |
|
4743 |
* BugsSite/template/en/default/attachment/created.html.tmpl: Added. |
|
4744 |
* BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added. |
|
4745 |
* BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added. |
|
4746 |
* BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added. |
|
4747 |
* BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added. |
|
4748 |
* BugsSite/template/en/default/attachment/edit.html.tmpl: Added. |
|
4749 |
* BugsSite/template/en/default/attachment/list.html.tmpl: Added. |
|
4750 |
* BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added. |
|
4751 |
* BugsSite/template/en/default/attachment/updated.html.tmpl: Added. |
|
4752 |
* BugsSite/template/en/default/bug: Added. |
|
4753 |
* BugsSite/template/en/default/bug/activity: Added. |
|
4754 |
* BugsSite/template/en/default/bug/activity/show.html.tmpl: Added. |
|
4755 |
* BugsSite/template/en/default/bug/activity/table.html.tmpl: Added. |
|
4756 |
* BugsSite/template/en/default/bug/choose.html.tmpl: Added. |
|
4757 |
* BugsSite/template/en/default/bug/comments.html.tmpl: Added. |
|
4758 |
* BugsSite/template/en/default/bug/create: Added. |
|
4759 |
* BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added. |
|
4760 |
* BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added. |
|
4761 |
* BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added. |
|
4762 |
* BugsSite/template/en/default/bug/create/create.html.tmpl: Added. |
|
4763 |
* BugsSite/template/en/default/bug/create/created.html.tmpl: Added. |
|
4764 |
* BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added. |
|
4765 |
* BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added. |
|
4766 |
* BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added. |
|
4767 |
* BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added. |
|
4768 |
* BugsSite/template/en/default/bug/edit.html.tmpl: Added. |
|
4769 |
* BugsSite/template/en/default/bug/knob.html.tmpl: Added. |
|
4770 |
* BugsSite/template/en/default/bug/navigate.html.tmpl: Added. |
|
4771 |
* BugsSite/template/en/default/bug/process: Added. |
|
4772 |
* BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added. |
|
4773 |
* BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added. |
|
4774 |
* BugsSite/template/en/default/bug/process/header.html.tmpl: Added. |
|
4775 |
* BugsSite/template/en/default/bug/process/midair.html.tmpl: Added. |
|
4776 |
* BugsSite/template/en/default/bug/process/next.html.tmpl: Added. |
|
4777 |
* BugsSite/template/en/default/bug/process/results.html.tmpl: Added. |
|
4778 |
* BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added. |
|
4779 |
* BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added. |
|
4780 |
* BugsSite/template/en/default/bug/show.html.tmpl: Added. |
|
4781 |
* BugsSite/template/en/default/bug/show.xml.tmpl: Added. |
|
4782 |
* BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added. |
|
4783 |
* BugsSite/template/en/default/bug/time.html.tmpl: Added. |
|
4784 |
* BugsSite/template/en/default/bug/votes: Added. |
|
4785 |
* BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added. |
|
4786 |
* BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added. |
|
4787 |
* BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added. |
|
4788 |
* BugsSite/template/en/default/config.js.tmpl: Added. |
|
4789 |
* BugsSite/template/en/default/config.rdf.tmpl: Added. |
|
4790 |
* BugsSite/template/en/default/filterexceptions.pl: Added. |
|
4791 |
* BugsSite/template/en/default/flag: Added. |
|
4792 |
* BugsSite/template/en/default/flag/list.html.tmpl: Added. |
|
4793 |
* BugsSite/template/en/default/global: Added. |
|
4794 |
* BugsSite/template/en/default/global/banner.html.tmpl: Added. |
|
4795 |
* BugsSite/template/en/default/global/choose-classification.html.tmpl: Added. |
|
4796 |
* BugsSite/template/en/default/global/choose-product.html.tmpl: Added. |
|
4797 |
* BugsSite/template/en/default/global/code-error.html.tmpl: Added. |
|
4798 |
* BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added. |
|
4799 |
* BugsSite/template/en/default/global/field-descs.none.tmpl: Added. |
|
4800 |
* BugsSite/template/en/default/global/footer.html.tmpl: Added. |
|
4801 |
* BugsSite/template/en/default/global/header.html.tmpl: Added. |
|
4802 |
* BugsSite/template/en/default/global/help-header.html.tmpl: Added. |
|
4803 |
* BugsSite/template/en/default/global/help.html.tmpl: Added. |
|
4804 |
* BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added. |
|
4805 |
* BugsSite/template/en/default/global/initialize.none.tmpl: Added. |
|
4806 |
* BugsSite/template/en/default/global/message.html.tmpl: Added. |
|
4807 |
* BugsSite/template/en/default/global/messages.html.tmpl: Added. |
|
4808 |
* BugsSite/template/en/default/global/select-menu.html.tmpl: Added. |
|
4809 |
* BugsSite/template/en/default/global/setting-descs.none.tmpl: Added. |
|
4810 |
* BugsSite/template/en/default/global/site-navigation.html.tmpl: Added. |
|
4811 |
* BugsSite/template/en/default/global/useful-links.html.tmpl: Added. |
|
4812 |
* BugsSite/template/en/default/global/user-error.html.tmpl: Added. |
|
4813 |
* BugsSite/template/en/default/global/userselect.html.tmpl: Added. |
|
4814 |
* BugsSite/template/en/default/global/variables.none.tmpl: Added. |
|
4815 |
* BugsSite/template/en/default/index.html.tmpl: Added. |
|
4816 |
* BugsSite/template/en/default/list: Added. |
|
4817 |
* BugsSite/template/en/default/list/change-columns.html.tmpl: Added. |
|
4818 |
* BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added. |
|
4819 |
* BugsSite/template/en/default/list/list-simple.html.tmpl: Added. |
|
4820 |
* BugsSite/template/en/default/list/list.atom.tmpl: Added. |
|
4821 |
* BugsSite/template/en/default/list/list.csv.tmpl: Added. |
|
4822 |
* BugsSite/template/en/default/list/list.html.tmpl: Added. |
|
4823 |
* BugsSite/template/en/default/list/list.ics.tmpl: Added. |
|
4824 |
* BugsSite/template/en/default/list/list.js.tmpl: Added. |
|
4825 |
* BugsSite/template/en/default/list/list.rdf.tmpl: Added. |
|
4826 |
* BugsSite/template/en/default/list/quips.html.tmpl: Added. |
|
4827 |
* BugsSite/template/en/default/list/server-push.html.tmpl: Added. |
|
4828 |
* BugsSite/template/en/default/list/table.html.tmpl: Added. |
|
4829 |
* BugsSite/template/en/default/pages: Added. |
|
4830 |
* BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added. |
|
4831 |
* BugsSite/template/en/default/pages/fields.html.tmpl: Added. |
|
4832 |
* BugsSite/template/en/default/pages/linked.html.tmpl: Added. |
|
4833 |
* BugsSite/template/en/default/pages/linkify.html.tmpl: Added. |
|
4834 |
* BugsSite/template/en/default/pages/voting.html.tmpl: Added. |
|
4835 |
* BugsSite/template/en/default/reports: Added. |
|
4836 |
* BugsSite/template/en/default/reports/chart.csv.tmpl: Added. |
|
4837 |
* BugsSite/template/en/default/reports/chart.html.tmpl: Added. |
|
4838 |
* BugsSite/template/en/default/reports/chart.png.tmpl: Added. |
|
4839 |
* BugsSite/template/en/default/reports/components.html.tmpl: Added. |
|
4840 |
* BugsSite/template/en/default/reports/create-chart.html.tmpl: Added. |
|
4841 |
* BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added. |
|
4842 |
* BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added. |
|
4843 |
* BugsSite/template/en/default/reports/duplicates.html.tmpl: Added. |
|
4844 |
* BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added. |
|
4845 |
* BugsSite/template/en/default/reports/edit-series.html.tmpl: Added. |
|
4846 |
* BugsSite/template/en/default/reports/keywords.html.tmpl: Added. |
|
4847 |
* BugsSite/template/en/default/reports/menu.html.tmpl: Added. |
|
4848 |
* BugsSite/template/en/default/reports/report-bar.png.tmpl: Added. |
|
4849 |
* BugsSite/template/en/default/reports/report-line.png.tmpl: Added. |
|
4850 |
* BugsSite/template/en/default/reports/report-pie.png.tmpl: Added. |
|
4851 |
* BugsSite/template/en/default/reports/report-simple.html.tmpl: Added. |
|
4852 |
* BugsSite/template/en/default/reports/report-table.csv.tmpl: Added. |
|
4853 |
* BugsSite/template/en/default/reports/report-table.html.tmpl: Added. |
|
4854 |
* BugsSite/template/en/default/reports/report.csv.tmpl: Added. |
|
4855 |
* BugsSite/template/en/default/reports/report.html.tmpl: Added. |
|
4856 |
* BugsSite/template/en/default/reports/series-common.html.tmpl: Added. |
|
4857 |
* BugsSite/template/en/default/reports/series.html.tmpl: Added. |
|
4858 |
* BugsSite/template/en/default/request: Added. |
|
4859 |
* BugsSite/template/en/default/request/email.txt.tmpl: Added. |
|
4860 |
* BugsSite/template/en/default/request/queue.html.tmpl: Added. |
|
4861 |
* BugsSite/template/en/default/search: Added. |
|
4862 |
* BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added. |
|
4863 |
* BugsSite/template/en/default/search/form.html.tmpl: Added. |
|
4864 |
* BugsSite/template/en/default/search/knob.html.tmpl: Added. |
|
4865 |
* BugsSite/template/en/default/search/search-advanced.html.tmpl: Added. |
|
4866 |
* BugsSite/template/en/default/search/search-create-series.html.tmpl: Added. |
|
4867 |
* BugsSite/template/en/default/search/search-help.html.tmpl: Added. |
|
4868 |
* BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added. |
|
4869 |
* BugsSite/template/en/default/search/search-report-select.html.tmpl: Added. |
|
4870 |
* BugsSite/template/en/default/search/search-report-table.html.tmpl: Added. |
|
4871 |
* BugsSite/template/en/default/search/search-specific.html.tmpl: Added. |
|
4872 |
* BugsSite/template/en/default/search/tabs.html.tmpl: Added. |
|
4873 |
* BugsSite/template/en/default/sidebar.xul.tmpl: Added. |
|
4874 |
* BugsSite/template/en/default/whine: Added. |
|
4875 |
* BugsSite/template/en/default/whine/mail.html.tmpl: Added. |
|
4876 |
* BugsSite/template/en/default/whine/mail.txt.tmpl: Added. |
|
4877 |
* BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added. |
|
4878 |
* BugsSite/template/en/default/whine/schedule.html.tmpl: Added. |
|
4879 |
* BugsSite/template/en/extension: Added. |
|
4880 |
* BugsSite/template/en/extension/filterexceptions.pl: Added. |
|
4881 |
* BugsSite/testagent.cgi: Added. |
|
4882 |
* BugsSite/testserver.pl: Added. |
|
4883 |
* BugsSite/token.cgi: Added. |
|
4884 |
* BugsSite/userprefs.cgi: Added. |
|
4885 |
* BugsSite/votes.cgi: Added. |
|
4886 |
* BugsSite/whine.pl: Added. |
|
4887 |
* BugsSite/whineatnews.pl: Added. |
|
4888 |
* BugsSite/xml.cgi: Added. |
|
4889 |
||
4890 |
2008-02-04 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
4891 |
||
4892 |
Reviewed by Alp Toker and Mark Rowe. |
|
4893 |
||
4894 |
http://bugs.webkit.org/show_bug.cgi?id=16618 |
|
4895 |
[GTK] build-webkit and run-webkit-tests autootools support |
|
4896 |
||
4897 |
Add support for the autotools build to the WebKit build and test |
|
4898 |
scripts. |
|
4899 |
||
4900 |
2008-02-04 Rodney Dawes <dobey@wayofthemonkey.com> |
|
4901 |
||
4902 |
Reviewed by Alp Toker and Mark Rowe. |
|
4903 |
||
4904 |
Fix http://bugs.webkit.org/show_bug.cgi?id=17175. |
|
4905 |
Bug 17175: Use of C++ compiler flags in CFLAGS |
|
4906 |
||
4907 |
Add global_cxxflags definition for inclusion in CXXFLAGS variables. |
|
4908 |
Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C. |
|
4909 |
||
4910 |
* GNUmakefile.am: |
|
4911 |
||
4912 |
2008-02-04 Alp Toker <alp@atoker.com> |
|
4913 |
||
4914 |
Rubber-stamped by Mark Rowe. |
|
4915 |
||
4916 |
Remove all trailing whitespace in the GTK+ port and related |
|
4917 |
components. |
|
4918 |
||
4919 |
* GNUmakefile.am: |
|
4920 |
* configure.ac: |
|
4921 |
||
4922 |
2008-01-31 Alp Toker <alp@atoker.com> |
|
4923 |
||
4924 |
Reviewed by Mark Rowe. |
|
4925 |
||
4926 |
Fix the pkg-config file to follow GTK+ package naming and versioning |
|
4927 |
conventions. |
|
4928 |
||
4929 |
Remove unneeded dependency listings. |
|
4930 |
||
4931 |
* GNUmakefile.am: |
|
4932 |
* configure.ac: |
|
4933 |
||
4934 |
2008-01-31 Alp Toker <alp@atoker.com> |
|
4935 |
||
4936 |
Rubber-stamped by Adam Roben. |
|
4937 |
||
4938 |
http://bugs.webkit.org/show_bug.cgi?id=17006 |
|
4939 |
[GTK] Header path should be webkit/webkit.h |
|
4940 |
||
4941 |
Move the GTK+ API sources as needed and update the build systems. |
|
4942 |
||
4943 |
* GNUmakefile.am: |
|
4944 |
* WebKit.pri: |
|
4945 |
||
4946 |
2008-01-27 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
4947 |
||
4948 |
Reviewed by Alp Toker. |
|
4949 |
||
4950 |
http://bugs.webkit.org/show_bug.cgi?id=14811 |
|
4951 |
[gtk] [request] add a webkit_gtk_page_go_to_history_item function |
|
4952 |
||
4953 |
* GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem |
|
4954 |
||
4955 |
2008-01-26 Mark Rowe <mrowe@apple.com> |
|
4956 |
||
4957 |
Reviewed by Alp Toker. |
|
4958 |
||
4959 |
Fix http://bugs.webkit.org/show_bug.cgi?id=17007. |
|
4960 |
Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac |
|
4961 |
||
4962 |
libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts |
|
4963 |
with other system commands. Check for the presence of glibtoolize if libtoolize |
|
4964 |
cannot be found. |
|
4965 |
||
4966 |
* autogen.sh: |
|
4967 |
||
4968 |
2008-01-23 Alp Toker <alp@atoker.com> |
|
4969 |
||
4970 |
Rubber-stamped by Mark Rowe. |
|
4971 |
||
4972 |
Remove whitespace after -I in automake include lists. |
|
4973 |
||
4974 |
* GNUmakefile.am: |
|
4975 |
||
4976 |
2008-01-22 Christian Dywan <christian@imendio.com> |
|
4977 |
||
4978 |
Reviewed by Alp Toker. |
|
4979 |
||
4980 |
[GTK] API: WebKitWebSettings is not usable |
|
4981 |
http://bugs.webkit.org/show_bug.cgi?id=16219 |
|
4982 |
||
4983 |
Implement WebKitWebSettings. |
|
4984 |
||
4985 |
* GNUmakefile.am: |
|
4986 |
||
4987 |
2008-01-22 Simon Hausmann <hausmann@webkit.org> |
|
4988 |
||
4989 |
Reviewed by Lars. |
|
4990 |
||
4991 |
Don't compile the ICO plugin when building against Qt >= 4.4 |
|
4992 |
||
4993 |
||
4994 |
* WebKit.pro: |
|
4995 |
||
4996 |
2008-01-21 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
4997 |
||
4998 |
Reviewed by Alp Toker. |
|
4999 |
||
5000 |
http://bugs.webkit.org/show_bug.cgi?id=16955 |
|
5001 |
Get errors when cross-compile webkit-gtk |
|
5002 |
||
5003 |
* GNUmakefile.am: added ICU_CPPFLAGS |
|
5004 |
* configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS |
|
5005 |
||
5006 |
2008-01-19 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
5007 |
||
5008 |
Reviewed by Alp Toker. |
|
5009 |
||
5010 |
Add svg foreign object and svg experimental to the GTK+/autotools |
|
5011 |
build system. |
|
5012 |
||
5013 |
* configure.ac: |
|
5014 |
||
5015 |
2008-01-15 Alp Toker <alp@atoker.com> |
|
5016 |
||
5017 |
Rubber-stamped by Anders. |
|
5018 |
||
5019 |
Make the HTTP backend configurable in the GTK+ port. curl is currently |
|
5020 |
the only option. |
|
5021 |
||
5022 |
* GNUmakefile.am: |
|
5023 |
* WebKit.pri: |
|
5024 |
* configure.ac: |
|
5025 |
||
5026 |
2008-01-15 Alp Toker <alp@atoker.com> |
|
5027 |
||
5028 |
GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler |
|
5029 |
flags only when they're available. |
|
5030 |
||
5031 |
Additionally, use -fvisibility-inlines-hidden in both debug and |
|
5032 |
release builds when available to match the Mac build. |
|
5033 |
||
5034 |
* GNUmakefile.am: |
|
5035 |
* configure.ac: |
|
5036 |
||
5037 |
2008-01-12 Alp Toker <alp@atoker.com> |
|
5038 |
||
5039 |
Reviewed by Mark Rowe. |
|
5040 |
||
5041 |
Hide non-public symbols in GTK+/autotools release builds. |
|
5042 |
||
5043 |
* GNUmakefile.am: |
|
5044 |
||
5045 |
2008-01-11 Alp Toker <alp@atoker.com> |
|
5046 |
||
5047 |
Reviewed by Oliver Hunt. |
|
5048 |
||
5049 |
Enable FastMalloc by default in GTK+/autotools and add a configure |
|
5050 |
switch. |
|
5051 |
||
5052 |
* GNUmakefile.am: |
|
5053 |
* configure.ac: |
|
5054 |
||
5055 |
2008-01-11 Luca Bruno <lethalman88@gmail.com> |
|
5056 |
||
5057 |
Reviewed by Alp Toker. |
|
5058 |
||
5059 |
http://bugs.webkit.org/show_bug.cgi?id=16838 |
|
5060 |
[GTK] Bad autotools debug and video options |
|
5061 |
||
5062 |
Fix some configure options. |
|
5063 |
||
5064 |
* configure.ac: |
|
5065 |
||
5066 |
2008-01-11 Mark Rowe <mrowe@apple.com> |
|
5067 |
||
5068 |
Attempt to fix the GTK+ and Qt builds. |
|
5069 |
||
5070 |
* WebKit.pro: |
|
5071 |
||
5072 |
2008-01-10 Alp Toker <alp@atoker.com> |
|
5073 |
||
5074 |
SVG font build fix for GTK+/autotools. |
|
5075 |
||
5076 |
* configure.ac: |
|
5077 |
||
5078 |
2008-01-05 Alp Toker <alp@atoker.com> |
|
5079 |
||
5080 |
Rubber-stamped by Mark Rowe. |
|
5081 |
||
5082 |
Fix configure script output with correct descriptions of the default |
|
5083 |
configuration options. |
|
5084 |
||
5085 |
* configure.ac: |
|
5086 |
||
5087 |
2008-01-05 Sylvain Pasche <sylvain.pasche@gmail.com> |
|
5088 |
||
5089 |
Reviewed by Alp Toker. |
|
5090 |
||
5091 |
http://bugs.webkit.org/show_bug.cgi?id=16736 |
|
5092 |
Allow autogen.sh invocation from a separate build directory. |
|
5093 |
||
5094 |
* autogen.sh: |
|
5095 |
||
5096 |
2008-01-04 Alp Toker <alp@atoker.com> |
|
5097 |
||
5098 |
Rubber-stamped by Mark Rowe. |
|
5099 |
||
5100 |
Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The |
|
5101 |
"rebuild rules" will now be enabled by default. |
|
5102 |
||
5103 |
This obviates the need to pass '--enable-maintainer-mode' to |
|
5104 |
configure. |
|
5105 |
||
5106 |
* configure.ac: |
|
5107 |
||
5108 |
2008-01-02 Holger Hans Peter Freyther <zecke@selfish.org> |
|
5109 |
||
5110 |
Rubber stamped by Alp. |
|
5111 |
||
5112 |
Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break |
|
5113 |
the build. At least people doing a debug build on Ubuntu Hardy will see |
|
5114 |
the breakage. I was asked to leave the flags inside the files to ease future |
|
5115 |
debugging. |
|
5116 |
||
5117 |
* GNUmakefile.am: |
|
5118 |
* WebKit.pri: |
|
5119 |
||
5120 |
2008-01-01 Alp Toker <alp@atoker.com> |
|
5121 |
||
5122 |
GTK+ autotools build fix. Track changes in r29051, r29058 and pass the |
|
5123 |
correct parameter to AM_INIT_AUTOMAKE. |
|
5124 |
||
5125 |
* configure.ac: |
|
5126 |
||
5127 |
2007-12-30 Alp Toker <alp@atoker.com> |
|
5128 |
||
5129 |
Build fix for older autoconf versions. |
|
5130 |
||
5131 |
* configure.ac: |
|
5132 |
||
5133 |
2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
5134 |
||
5135 |
Reviewed by Alp Toker. |
|
5136 |
||
5137 |
Enable Database, XPath and XSLT features by default |
|
5138 |
||
5139 |
* configure.ac: |
|
5140 |
||
5141 |
2007-12-29 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
5142 |
||
5143 |
Reviewed by Alp Toker. |
|
5144 |
||
5145 |
http://bugs.webkit.org/show_bug.cgi?id=16669 |
|
5146 |
autotools update and fixes |
|
5147 |
||
5148 |
Various fixes to the autotools build |
|
5149 |
||
5150 |
* GNUmakefile.am: |
|
5151 |
- Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS |
|
5152 |
- Fix clean rules (Rodney Dawes) |
|
5153 |
- Added webcore specific variables, remove STDINT_H and |
|
5154 |
PTHREAD_NP_H checks (already included in config.h) |
|
5155 |
* autogen.sh: |
|
5156 |
- Loosen automake and aclocal requirement |
|
5157 |
* configure.ac: |
|
5158 |
- Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g |
|
5159 |
when doing a debug build (Rodney Dawes) |
|
5160 |
- Fix webkit target and remove traces of XBL |
|
5161 |
||
5162 |
2007-12-27 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
5163 |
||
5164 |
Reviewed by Alp Toker. |
|
5165 |
||
5166 |
http://bugs.webkit.org/show_bug.cgi?id=16353 |
|
5167 |
[GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.) |
|
5168 |
||
5169 |
Added the flags mentioned in the bug only when doing 'debug' |
|
5170 |
builds. -DGST_DISABLE_DEPRECATED only added when video is enabled. |
|
5171 |
||
5172 |
* GNUmakefile.am: |
|
5173 |
* WebKit.pri: |
|
5174 |
||
5175 |
2007-12-26 Jan Michael Alonzo <jmalonzo@unpluggable.com> |
|
5176 |
||
5177 |
Reviewed by Alp Toker. |
|
5178 |
||
5179 |
http://bugs.webkit.org/show_bug.cgi?id=16390 |
|
5180 |
Use autotools or GNU make as the build system for the GTK port |
|
5181 |
||
5182 |
* GNUmakefile.am: Added. |
|
5183 |
* autogen.sh: Added. |
|
5184 |
* configure.ac: Added. |
|
5185 |
||
5186 |
2007-12-20 Alp Toker <alp@atoker.com> |
|
5187 |
||
5188 |
Rubber-stamped by Maciej. |
|
5189 |
||
5190 |
http://bugs.webkit.org/show_bug.cgi?id=16542 |
|
5191 |
[GTK] Text is missing with old Pango version |
|
5192 |
||
5193 |
Back out commits r28880, r28876, r28865, r28864 which added Pango font |
|
5194 |
selection support. These changes caused a regression where no text was |
|
5195 |
displayed with older Pango versions. |
|
5196 |
||
5197 |
* WebKit.pri: |
|
5198 |
||
5199 |
2007-12-19 Alp Toker <alp@atoker.com> |
|
5200 |
||
5201 |
Remove the cairo-ft pkg-config check. The GTK+ port doesn't use |
|
5202 |
cairo-ft directly following changes in r28864. |
|
5203 |
||
5204 |
* WebKit.pri: |
|
5205 |
||
5206 |
2007-12-12 Alp Toker <alp@atoker.com> |
|
5207 |
||
5208 |
Reviewed by Mark Rowe. |
|
5209 |
||
5210 |
http://bugs.webkit.org/show_bug.cgi?id=16302 |
|
5211 |
[GTK] Compiler flags for optimization |
|
5212 |
||
5213 |
Use the compiler flags -fno-exceptions -fno-rtti. |
|
5214 |
||
5215 |
This patch does not add all the flags discussed in the bug report, |
|
5216 |
only these two. |
|
5217 |
||
5218 |
* WebKit.pri: |
|
5219 |
||
5220 |
2007-12-04 Xan Lopez <xan@gnome.org> |
|
5221 |
||
5222 |
Reviewed by Alp Toker. |
|
5223 |
||
5224 |
http://bugs.webkit.org/show_bug.cgi?id=15561 |
|
5225 |
GTK port needs DumpRenderTree implementation |
|
5226 |
||
5227 |
Start work on the GTK+ DRT. |
|
5228 |
||
5229 |
* WebKit.pro: |
|
5230 |
||
5231 |
2007-11-30 Alp Toker <alp@atoker.com> |
|
5232 |
||
5233 |
Reviewed by Adam Roben. |
|
5234 |
||
5235 |
http://bugs.webkit.org/show_bug.cgi?id=15691 |
|
5236 |
[GTK] Public API does not follow GTK+ conventions |
|
5237 |
||
5238 |
Refactor the WebKit/GTK+ public API. Changes: |
|
5239 |
WebKitPage -> WebKitWebView |
|
5240 |
WebKitFrame -> WebKitWebFrame |
|
5241 |
||
5242 |
Public API source and header names have been updated to mirror the API |
|
5243 |
changes. |
|
5244 |
||
5245 |
The API is now kept in WebKit/gtk/WebView to match other ports in the |
|
5246 |
same class such as Mac and Win. |
|
5247 |
||
5248 |
* WebKit.pri: |
|
5249 |
||
5250 |
2007-11-26 Rodney Dawes <dobey@wayofthemonkey.com> |
|
5251 |
||
5252 |
Reviewed by Mark Rowe. |
|
5253 |
||
5254 |
Set CONFIG option for the window system GTK+ is using |
|
5255 |
||
5256 |
* WebKit.pri: |
|
5257 |
||
5258 |
2007-11-22 Alp Toker <alp@atoker.com> |
|
5259 |
||
5260 |
GTK+ build fix. Pass a correct LIBDIR value. |
|
5261 |
||
5262 |
* WebKit.pri: |
|
5263 |
||
5264 |
2007-11-20 Mark Rowe <mrowe@apple.com> |
|
5265 |
||
5266 |
Reviewed by Alp Toker. |
|
5267 |
||
5268 |
* WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore. |
|
5269 |
||
5270 |
2007-11-20 Alp Toker <alp@atoker.com> |
|
5271 |
||
5272 |
Reviewed by Simon Hausmann. |
|
5273 |
||
5274 |
Clean up GTK+ port configuration. |
|
5275 |
||
5276 |
Use similar compiler warning flags to the Mac build. |
|
5277 |
||
5278 |
Add the qmake changes needed for DirectFB support. |
|
5279 |
||
5280 |
* WebKit.pri: |
|
5281 |
||
5282 |
2007-11-07 Simon Hausmann <hausmann@kde.org> |
|
5283 |
||
5284 |
Reviewed by Mark. |
|
5285 |
||
5286 |
Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree. |
|
5287 |
That means that changes to the public API of the Qt port also trigger a rebuild of the tools. |
|
5288 |
||
5289 |
* WebKit.pri: |
|
5290 |
||
5291 |
2007-10-03 Lars Knoll <lars@trolltech.com> |
|
5292 |
||
5293 |
Signed off by olliej. |
|
5294 |
||
5295 |
move WebKitQt to WebKit/qt for consistency with the other ports. |
|
5296 |
||
5297 |
* WebKit.pri: |
|
5298 |
* WebKit.pro: |
|
5299 |
||
5300 |
2007-10-03 Lars Knoll <lars@trolltech.com> |
|
5301 |
||
5302 |
Reviewed by olliej. |
|
5303 |
||
5304 |
Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin. |
|
5305 |
||
5306 |
* WebKit.pro: |
|
5307 |
||
5308 |
2007-09-29 Holger Hans Peter Freyther <zecke@selfish.org> |
|
5309 |
||
5310 |
Reviewed by Mark. |
|
5311 |
||
5312 |
-Fix http://bugs.webkit.org/show_bug.cgi?id=13226. |
|
5313 |
Remove Bakefiles from svn. |
|
5314 |
||
5315 |
* Bakefiles/Bakefiles.bkgen: Removed. |
|
5316 |
* Bakefiles/ChangeLog: Removed. |
|
5317 |
* Bakefiles/Readme.txt: Removed. |
|
5318 |
* Bakefiles/presets.bkl: Removed. |
|
5319 |
* Bakefiles/update-file-lists.py: Removed. |
|
5320 |
||
5321 |
2007-09-20 Holger Hans Peter Freyther <zecke@selfish.org> |
|
5322 |
||
5323 |
Rubber stamped by Adam. |
|
5324 |
||
5325 |
Renamed files from *Gdk to *Gtk (see #14732) using the |
|
5326 |
work of Juan A. Suarez Romero as a base. |
|
5327 |
||
5328 |
GDK -> GTK |
|
5329 |
||
5330 |
* WebKit.pri: |
|
5331 |
* WebKit.pro: |
|
5332 |
||
5333 |
2007-07-29 Brian Mastenbrook <brian@mastenbrook.net> |
|
5334 |
||
5335 |
Build fix for WebKit/Gtk to compile on Fedora 7 as described in |
|
5336 |
http://bugs.webkit.org/show_bug.cgi?id=14557 |
|
5337 |
||
5338 |
* WebKit.pri: cairo-ft is used by the WebKit/Gtk port |
|
5339 |
||
5340 |
2007-07-27 Simon Hausmann <hausmann@kde.org> |
|
5341 |
||
5342 |
Done with and reviewed by Lars and Zack. |
|
5343 |
||
5344 |
Exclude DumpRenderTree from the Qt build on Windows for now. |
|
5345 |
||
5346 |
* WebKit.pro: |
|
5347 |
||
5348 |
2007-07-27 Simon Hausmann <hausmann@kde.org> |
|
5349 |
||
5350 |
Done with and reviewed by Lars and Zack. |
|
5351 |
||
5352 |
Temporarily disable the ICO support for the Qt build on Windows. |
|
5353 |
||
5354 |
* WebKit.pro: |
|
5355 |
||
5356 |
2007-07-26 Simon Hausmann <hausmann@kde.org> |
|
5357 |
||
5358 |
Reviewed by Lars. |
|
5359 |
||
5360 |
Use QMAKE_LIBDIR instead of QMAKE_LFLAGS to specify the library search path for QtWebKit, as the former is portable and correctly transformed to /LIBPATH: with msvc for example. |
|
5361 |
||
5362 |
* WebKit.pri: |
|
5363 |
||
5364 |
2007-07-22 Holger Hans Peter Freyther <zecke@selfish.org> |
|
5365 |
||
5366 |
Reviewed by Adam. |
|
5367 |
||
5368 |
Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be |
|
5369 |
build against it. |
|
5370 |
||
5371 |
* WebKit.pri: |
|
5372 |
||
5373 |
2007-07-18 Simon Hausmann <hausmann@kde.org> |
|
5374 |
||
5375 |
Reviewed by Zack. |
|
5376 |
||
5377 |
Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build. |
|
5378 |
||
5379 |
* WebKit.pro: |
|
5380 |
||
5381 |
2007-07-18 Timothy Hatcher <timothy@apple.com> |
|
5382 |
||
5383 |
Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can |
|
5384 |
still use this one Makefile.shared as an include. |
|
5385 |
||
5386 |
* Makefile.shared: |
|
5387 |
||
5388 |
2007-07-12 George Staikos <staikos@kde.org> |
|
5389 |
||
5390 |
Fix build in debug mode. |
|
5391 |
||
5392 |
* WebKit.pri: |
|
5393 |
||
5394 |
2007-07-11 Holger Hans Peter Freyther <zecke@selfish.org> |
|
5395 |
||
5396 |
Reviewed by Darin Adler. |
|
5397 |
||
5398 |
As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the |
|
5399 |
WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore |
|
5400 |
||
5401 |
* WebKit.pri: Adjust INCLUDEPATH |
|
5402 |
||
5403 |
2007-06-25 Adam Roben <aroben@apple.com> |
|
5404 |
||
5405 |
Really remove LayoutTestResults. |
|
5406 |
||
5407 |
* LayoutTestResults: Removed. |
|
5408 |
||
5409 |
2007-06-25 Adam Roben <aroben@apple.com> |
|
5410 |
||
5411 |
Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt |
|
5412 |
http://bugs.webkit.org/show_bug.cgi?id=14405 |
|
5413 |
||
5414 |
Reviewed by Anders. |
|
5415 |
||
5416 |
* LayoutTestResults: Removed. |
|
5417 |
||
5418 |
2007-06-25 Alp Toker <alp.toker@collabora.co.uk> |
|
5419 |
||
5420 |
Reviewed by Mark. |
|
5421 |
||
5422 |
http://bugs.webkit.org/show_bug.cgi?id=13975 |
|
5423 |
Use system-provided libjpeg and libpng |
|
5424 |
||
5425 |
* WebKit.pri: Link against external libjpeg and libpng. |
|
5426 |
||
5427 |
2007-06-20 Adam Roben <aroben@apple.com> |
|
5428 |
||
5429 |
Reviewed by Simon Hausmann. |
|
5430 |
||
5431 |
More Gdk build fixing. |
|
5432 |
||
5433 |
* WebKit.pro: |
|
5434 |
||
5435 |
2007-06-15 Adam Treat <adam@staikos.net> |
|
5436 |
||
5437 |
Reviewed by George Staikos. |
|
5438 |
||
5439 |
Add ICO support to the Qt build. |
|
5440 |
||
5441 |
* WebKit.pro: |
|
5442 |
||
5443 |
2007-06-13 George Staikos <staikos@kde.org> |
|
5444 |
||
5445 |
Reviewed by Lars. |
|
5446 |
||
5447 |
Compile without self-linking. |
|
5448 |
||
5449 |
* WebKit.pri: |
|
5450 |
||
5451 |
2007-06-13 Simon Hausmann <hausmann@kde.org> |
|
5452 |
||
5453 |
Reviewed by Lars. |
|
5454 |
||
5455 |
* WebKit.pri: WebKitQt is now called QtWebKit. |
|
5456 |
||
5457 |
2007-05-31 Alp Toker <alp.toker@collabora.co.uk> |
|
5458 |
||
5459 |
Reviewed by Eric Seidel. |
|
5460 |
||
5461 |
http://bugs.webkit.org/show_bug.cgi?id=13941 |
|
5462 |
Rename WebCore/platform/network/gdk to WebCore/platform/network/curl |
|
5463 |
||
5464 |
* WebKit.pri: |
|
5465 |
||
5466 |
2007-05-18 Holger Hans Peter Freyther <zecke@selfish.org> |
|
5467 |
||
5468 |
Reviewed by Mark Rowe. |
|
5469 |
||
5470 |
* WebKit.pro: Build testkjs for Gdk and Qt |
|
5471 |
||
5472 |
2007-05-11 Holger Freyther <freyther@kde.org> |
|
5473 |
||
5474 |
Reviewed by Mark Rowe. |
|
5475 |
||
5476 |
Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher, |
|
5477 |
and add ICU configuration to QMAKE_CXXFLAGS. |
|
5478 |
||
5479 |
* WebKit.pri: |
|
5480 |
||
5481 |
2007-05-06 Erik Bunce <kde@bunce.us> |
|
5482 |
||
5483 |
Reviewed by Mark Rowe. |
|
5484 |
||
5485 |
* WebKit.pri: |
|
5486 |
Removed unnecessary dependency on MacPorts (/opt/local) |
|
5487 |
||
5488 |
2007-05-03 Holger Freyther <freyther@kde.org> |
|
5489 |
||
5490 |
Reviewed by Zack, landed by Simon. |
|
5491 |
This is bugzilla bug 13499. |
|
5492 |
||
5493 |
* WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk |
|
5494 |
port |
|
5495 |
* WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk |
|
5496 |
port |
|
5497 |
||
5498 |
2007-04-27 Holger Freyther <freyther@kde.org> |
|
5499 |
||
5500 |
Reviewed by Maciej. |
|
5501 |
||
5502 |
Remove unmaintained CMake build system. |
|
5503 |
||
5504 |
* CMakeLists.txt: Removed. |
|
5505 |
||
5506 |
2007-01-30 Simon Hausmann <hausmann@kde.org> |
|
5507 |
||
5508 |
Reviewed by Zack. |
|
5509 |
||
5510 |
* WebKit.pri: libJavaScriptCore is gone with the Qt build |
|
5511 |
* WebKit.pro: |
|
5512 |
||
5513 |
2007-01-26 George Staikos <staikos@kde.org> |
|
5514 |
||
5515 |
Remove headers - not needed now. |
|
5516 |
||
5517 |
* WebKit.pri: |
|
5518 |
||
5519 |
2007-01-23 George Staikos <staikos@kde.org> |
|
5520 |
||
5521 |
Put everything back since we can't build everything without it yet. |
|
5522 |
||
5523 |
* WebKit.pri: |
|
5524 |
||
5525 |
2007-01-16 Lars Knoll <lars@trolltech.com> |
|
5526 |
||
5527 |
Reviewed by Zack |
|
5528 |
||
5529 |
Remove everything but the new public API from |
|
5530 |
the include path. |
|
5531 |
||
5532 |
* WebKit.pri: |
|
5533 |
||
5534 |
2007-01-11 George Staikos <staikos@kde.org> |
|
5535 |
||
5536 |
Fix the Qt build |
|
5537 |
||
5538 |
* WebKit.pri: |
|
5539 |
||
5540 |
2007-01-03 Lars Knoll <lars@trolltech.com> |
|
5541 |
||
5542 |
Fix the Qt build |
|
5543 |
||
5544 |
* WebKit.pri: |
|
5545 |
||
5546 |
2006-12-17 Simon Hausmann <hausmann@kde.org> |
|
5547 |
||
5548 |
Reviewed by Rob Buis. |
|
5549 |
||
5550 |
* WebKit.pro: Build testkjs. |
|
5551 |
||
5552 |
2006-12-14 Timothy Hatcher <timothy@apple.com> |
|
5553 |
||
5554 |
Reviewed by Brady. |
|
5555 |
||
5556 |
* Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status |
|
5557 |
||
5558 |
2006-12-13 Maciej Stachowiak <mjs@apple.com> |
|
5559 |
||
5560 |
Reviewed by Brady and Anders. |
|
5561 |
||
5562 |
* Makefile.shared: Stop spewing the environment all the time, at least for command-line builds. |
|
5563 |
||
5564 |
2006-12-10 Zack Rusin <zack@kde.org> |
|
5565 |
||
5566 |
Client classes have been moved to WebKitQt/WebCoreSupport so |
|
5567 |
adjusting the pri file. |
|
5568 |
||
5569 |
* WebKit.pri: |
|
5570 |
||
5571 |
2006-12-10 George Staikos <staikos@kde.org> |
|
5572 |
||
5573 |
Reviewed by Zack. |
|
5574 |
||
5575 |
Add WebKitBuild/Release back to the output dir for external build cases. |
|
5576 |
||
5577 |
* WebKit.pri: |
|
5578 |
||
5579 |
2006-12-10 Zack Rusin <zack@kde.org> |
|
5580 |
||
5581 |
Fix the link directory location. |
|
5582 |
||
5583 |
* WebKit.pri: |
|
5584 |
||
5585 |
2006-12-10 Lars Knoll <lars@trolltech.com> |
|
5586 |
||
5587 |
Reviewed by Zack |
|
5588 |
||
5589 |
Include DumpRenderTree in the Qt build |
|
5590 |
||
5591 |
* WebKit.pro: |
|
5592 |
||
5593 |
2006-12-09 George Staikos <staikos@kde.org> |
|
5594 |
||
5595 |
Reviewed by Zack. |
|
5596 |
||
5597 |
Correct the path to the libraries for QMake. |
|
5598 |
||
5599 |
* WebKit.pri: |
|
5600 |
||
5601 |
2006-12-09 Lars Knoll <lars@trolltech.com> |
|
5602 |
||
5603 |
Reviewed by Zack |
|
5604 |
||
5605 |
Make it possible to build WebKit with qmake. |
|
5606 |
||
5607 |
* WebKit.pri: Added. |
|
5608 |
* WebKit.pro: Added. |
|
5609 |
||
5610 |
2006-11-19 Simon Hausmann <hausmann@kde.org> |
|
5611 |
||
5612 |
Reviewed by Zack. |
|
5613 |
||
5614 |
http://bugs.webkit.org/show_bug.cgi?id=11649 |
|
5615 |
||
5616 |
* CMakeLists.txt: Fix Qt-only build without KDE cmake files |
|
5617 |
||
5618 |
2006-10-30 Timothy Hatcher <timothy@apple.com> |
|
5619 |
||
5620 |
Reviewed by Brady. |
|
5621 |
||
5622 |
Make the universal build return non-zero when module make fails. |
|
5623 |
||
5624 |
* Makefile: |
|
5625 |
||
5626 |
2006-10-30 Stephanie Lewis <slewis@apple.com> |
|
5627 |
||
5628 |
Reviewed by Darin Adler. |
|
5629 |
||
5630 |
Change Makefiles to return non-zero when module make fails. |
|
5631 |
||
5632 |
* Makefile: |
|
5633 |
||
5634 |
2006-10-27 Brady Eidson <beidson@apple.com> |
|
5635 |
||
5636 |
Rubber stamped by Tim Hatcher |
|
5637 |
||
5638 |
Added "make universal" to build universal binaries |
|
5639 |
||
5640 |
* Makefile: |
|
5641 |
* Makefile.shared: |
|
5642 |
||
5643 |
2006-10-01 Nikolas Zimmermann <zimmermann@kde.org> |
|
5644 |
||
5645 |
Reviewed by eseidel. |
|
5646 |
||
5647 |
* CMakeLists.txt: add option to disable colored output when building on the buildbot |
|
5648 |