Commit Graph

17144 Commits

Author SHA1 Message Date
Justin Dolske
53328c578f Backed out changeset 4b2c67fe7e6b (relanding bug 449168) 2008-08-13 21:18:02 -07:00
Justin Dolske
7e13d7b129 Relanding bug 449422. 2008-08-13 20:50:45 -07:00
Justin Dolske
effb24337d Backed out changeset 7362e63c648e (relanding bug 449422) 2008-08-13 20:49:57 -07:00
Justin Dolske
ffdd60264d Backout bug 449422. 2008-08-13 16:32:45 -07:00
Justin Dolske
b2d3e7aa5b Backed out changeset e7c43898c379 2008-08-13 16:29:57 -07:00
Dave Townsend
9a6cb24a22 Backout of bug 432131 2008-08-13 23:02:52 +01:00
Dave Townsend
663c7d9b3e Backed out changeset fd0a09d29072 2008-08-13 23:02:32 +01:00
Dave Townsend
842d483a81 Backout of bug 449168 2008-08-13 22:34:50 +01:00
Dave Townsend
bf2cf8a1af Backed out changeset b5295239bdba 2008-08-13 22:33:56 +01:00
Dave Townsend
a05706f1bf Backout of bug 121341 2008-08-13 21:45:08 +01:00
Dave Townsend
ba0b5395d8 Backed out changeset cc82f602d986 2008-08-13 21:44:20 +01:00
Bob Clary
e315a466b0 merge commit for bug 450453 2008-08-13 11:25:46 -07:00
Bob Clary
cff61af4ce Sisyphus - add ecma_3_1, js1_8_1 and new JavaScript options 2008-08-13 11:23:43 -07:00
Brian Crowder
17e18f188a Backed out changeset 45df6b91be5a 2008-08-13 11:22:36 -07:00
Brian Crowder
c5184d2bf9 Bug 418703 - [relanding] reduce narrow windows API calls (necko patch), original patch by Brad Lassey <blassey@mozilla.com>, r=biesi 2008-08-13 11:13:05 -07:00
Bob Clary
46ec84cd57 Sisyphus - Allow universe.data to be overridden by environment variable 2008-08-13 11:09:14 -07:00
Simon Montagu
494990f5bf Reenable tests fixed by bug 449324 2008-08-13 10:08:57 -07:00
Bob Clary
45d6ea1391 JavaScript Tests - clean up contributors on boilerplate shell.js files, no bug 2008-08-13 05:17:23 -07:00
Bob Clary
8947be1dfe JavaScript Tests - update template copyright dates, no bug 2008-08-13 05:11:16 -07:00
Bob Clary
b3ffc78b45 JavaScript Tests - update tests for bug 305064, r=Mike Kaplinskiy 2008-08-13 05:02:38 -07:00
Bob Clary
7aae188197 JavaScript Tests - add ecma_3_1, js1_8_1 suites, bug 450386 2008-08-13 03:28:39 -07:00
Bob Clary
89a66561d9 JavaScript Tests - update test machine universe, no bug 2008-08-13 02:16:01 -07:00
Bob Clary
3ea2683900 JavaScript Tests - update known failures, bug 399387 2008-08-13 02:11:10 -07:00
Dão Gottwald
40d01ee3ef merge 2008-08-13 09:53:12 +02:00
Dão Gottwald
d6eb562dc8 Backed out changeset be5521120b06 2008-08-13 09:52:48 +02:00
Simon Montagu
83d1cf875c Reenable test for bug 444656 2008-08-13 10:04:49 +03:00
Martijn Wargers
9233e117a4 Bug 215719 – crash causes loss of text copy to clipboard. r=jmathies, sr=roc 2008-08-13 08:59:45 +02:00
RIVAUD Julien (_FrnchFrgg_)
6b8d344fb7 Bug 420595 - Change the acceptButton icon to a "save" one when there is no choice. r=sdwilsh
Bug 420595 - "you have chosen to open" dialog uses wrong icon
When we present the basic choice for actions in the download helper
window, the accept button has the only effect of saving; thus we
should change the icon from "OK" to "Save".
2008-08-13 08:53:09 +02:00
Marco Bonardo
56162e6327 Bug 411966 – Wrong favicon appears in the bookmarks list. r=dietrich 2008-08-13 08:44:38 +02:00
Rob Campbell
4c5341b4ae Bug 316382 – Bad information text "Firefox may check periodically for new updates". r=robstrong, ui-r=madhava 2008-08-13 08:38:46 +02:00
Simon Bünzli
3001579d7d Bug 415941 – nsISessionStore documentation: clarify the meaning of "window". r=mano 2008-08-13 08:30:14 +02:00
Michael Ventnor
ce145ee61f Bug 447044 – First -moz-box-shadow not drawn when second one has large blur value. r=roc 2008-08-13 08:27:47 +02:00
Chris Double
474a77ef71 Bug 448994 – <video> element causes floating point exception [@ oggplay_callback_predetected] when playing theora file (updates liboggplay to svn r3693) 2008-08-13 08:23:42 +02:00
Kai Liu
34454bbe97 Bug 448704 – Eliminate <gripper> as an independent element. r=vlad/dbaron/enndeakin 2008-08-13 08:15:27 +02:00
Dão Gottwald
fd42061bc1 Bug 391158 – popup.xml & xul.css cleanup (remove obsolete bindings). r=enndeakin 2008-08-13 08:11:52 +02:00
Robert O'Callahan
c93b3201af Bug 449324. When an element has a solid border, clip background painting to the padding-rect so we don't bother trying to tile a repeating background under the border area. r+sr=vlad 2008-08-13 15:11:35 +12:00
Robert O'Callahan
3d9c20e3a8 Bug 378028. Add an 'axis' field to DOMMouseScroll events and use it to distinguish horizontal from vertical scrolling. r=smaug,sr=sicking, with help from Markus Stange 2008-08-13 15:08:59 +12:00
Masayuki Nakano
41bdf942b6 Bug 449955 – Remove #ifdef of nsCaret.cpp for IME r+sr=roc 2008-08-13 10:55:39 +09:00
Shawn Wilsher
24ac19f401 Make mozIStorageConnection threadsafe - bug 448476 r=robarnold 2008-08-12 17:50:25 -07:00
Rob Arnold
f6bda8fda0 Implement Aero Glass effect support - bug 418454 r=vlad r=roc 2008-08-12 17:44:14 -07:00
Robert Longson
f4851b1136 bug 302971 - Remove failing ex tests (still have em test for units with e in) 2008-08-12 18:58:25 +01:00
Brian Crowder
3713493fff Merge of rollback 2008-08-12 10:15:04 -07:00
Brian Crowder
f6332e0e14 Bug 422972: Backed out changeset d1be05700e20 (tree closed) 2008-08-12 10:13:56 -07:00
Brian Crowder
d6dfdd6a4f Ugh! Mercurial fun: accidentally rolledback my rollback.
Backed out changeset bcc661750bec
2008-08-12 10:12:26 -07:00
Brian Crowder
3873ac30c6 Bug 422972: Backed out changeset e951bdfb047d (tree closed) 2008-08-12 09:46:47 -07:00
Brian Crowder
091e89ce8e Bug 418703: Backed out changeset f788da9b2165 (tree closed) 2008-08-12 09:45:54 -07:00
Brian Crowder
cc595c2e58 Bug 418703 - reduce narrow windows API calls in necko/, original patch by Brad Lassey <blassey@mozilla.com>, r=biesi 2008-08-12 09:30:42 -07:00
Brian Crowder
23712c1eb3 Bug 422972 - reduce narrow Windows API calls in widget/, original patch by Brad Lassey <blassey@mozilla.com>, r=roc 2008-08-12 09:30:35 -07:00
Doug Turner
2a6331d8fb libtheora's cpu.c assumes x86. b=449028. r=chris.double@double.co.nz 2008-08-12 07:09:41 -07:00
Robert Longson
fc1670f89f bug 302971 - Scientific notation in stroke-width doesnt work r+sr=dbaron 2008-08-12 15:02:22 +01:00