Commit Graph

68583 Commits

Author SHA1 Message Date
Jonathan Protzenko
c0260ef7cc Bug 628669: Provide support for relative URLs in Components utils import (JSM, JS modules) r=bsmedberg r=mrbkap
This patch allows a JS module to import another one with a relative path. For
instance, if you have a set of modules you want to drop-in in any extension, and
these modules depend on each other, you can import XPCOMUtils and then do
XPCOMUtils.importRelative(this, "otherfile.jsm").
2011-04-14 00:10:13 +02:00
Cameron McCormack
7a367d7a36 Bug 637207 - Make name & message on Error prototypes and message on Error instances not enumerable r=gal 2011-04-14 09:47:30 +12:00
Jonas Sicking
913afe451c Bug 649672: Make File.slice arguments match Array.slice and prefix File.slice. r=khuey 2011-04-13 14:34:36 -07:00
Mounir Lamouri
bb311bd679 Bug 635749 - Don't assume we can press ENTER on an <input type='file'> to submit a form. r=bz,smaug
--HG--
extra : rebase_source : 85b73e61002ebc3c68cfff3363afb29b448c6121
2011-04-13 12:43:34 -07:00
Benjamin Stover
f31a56057f Bug 649583 Panning regression on google reader in 2011-04-12 nightly r=roc 2011-04-13 14:12:22 -07:00
Robert Strong
ebd39d774a Bug 649754 - update dialog no longer centered. r=mossop 2011-04-13 13:52:55 -07:00
Jonathan Kew
98f1fd0eb1 bug 649678 - include the build date in About window for a# versions. r=dao 2011-04-13 21:25:58 +01:00
Klaus Ernst
264dffe643 Bug 640601: Allow Flash 10.2+ to load OOP on more Mac OS X machines. r=josh 2011-04-13 12:57:46 -07:00
Zack Weinberg
68b29c7007 Bug 648271: don't use nsIDeviceContext::FirstExistingFont in msaa/nsTextAccessibleWrap.cpp. r=surkov.alexander 2011-04-07 18:04:37 -07:00
L. David Baron
085f5fa299 Back out 5d997f85c1b9 (Bug 639179 Part 1) due to mobile unittest orange. CLOSED TREE 2011-04-09 18:25:53 -07:00
L. David Baron
12de297e9e Back out 195c8ad12184 (Bug 639179 Part 2) due to mobile unittest orange. 2011-04-09 18:25:26 -07:00
L. David Baron
7b4a2ab4a2 Back out e5f8db95d0c5 (Bug 639179 Part 3) due to mobile unittest orange. 2011-04-09 18:25:02 -07:00
L. David Baron
062bab7881 Back out 97a7a9f80725 (Bug 639179 Part 4) due to mobile unittest orange. 2011-04-09 18:22:29 -07:00
L. David Baron
4cb29132eb Back out fd6ad8e567c9 (Bug 639179 Part 5) due to mobile unittest orange. 2011-04-09 18:22:06 -07:00
L. David Baron
ad4318958b Back out 1edfae12015b (Bug 642246) due to mobile unittest orange. 2011-04-09 18:21:27 -07:00
Phil Ringnalda
f12360b42a Bug 648695 - Android builds broken by missing java, javac, and jar in configure, r=bsmedberg CLOSED TREE 2011-04-09 15:48:14 -07:00
Neil Rashbrook
e566c2d061 Bug 642404 <autocomplete disablehistory="false"> displays incorrectly on Linux; switch SeaMonkey (and Thunderbird) to use enablehistory="true" instead r=Standard8
DONTBUILD
2011-04-09 23:13:04 +01:00
Benjamin Stover
3270dd31cd Bug 642246 Don't build ThebesLayers for elements with no displayports r=roc 2011-04-09 12:38:28 -07:00
Benjamin Stover
a5b826efe5 Bug 639179 Part 5: Use exponential approximation for kinetic friction r=mbrubeck 2011-04-09 12:38:26 -07:00
Benjamin Stover
92031e035e Bug 639179 Part 4: Panning speed determines initial kinetic speed r=mbrubeck 2011-04-09 12:38:25 -07:00
Benjamin Stover
ad1d9eb3f2 Bug 639179 Part 3: Tapping during kinetic panning stops panning r=mbrubeck 2011-04-09 12:38:23 -07:00
Benjamin Stover
dcabf33fce Bug 639179 Part 2: Carefully track values sent to dragger r=mbrubeck 2011-04-09 12:38:22 -07:00
Benjamin Stover
2b12c7ed01 Bug 639179 Part 1: Fix waitingForPaint bug when kinetic panning is active r=mbrubeck 2011-04-09 12:38:18 -07:00
Ehsan Akhgari
4d7010ddd9 Merge cedar into mozilla-central 2011-04-09 10:04:03 -07:00
Mitchell Field
6a54ac3aa6 Merge mozilla-central to build-system. 2011-04-09 22:09:02 +10:00
Rafael Ávila de Espíndola
1dc7419b16 Bug 638149 - Need a way to disable -dead_strip on OS X. r=ted 2011-04-09 05:23:27 +10:00
Mitchell Field
9c8020f89d Merge mozilla-central to build-system. 2011-04-09 05:15:19 +10:00
Jeremias Bosch
c9daa0c25d Bug 646396 - Update QtNetworkManager to new API useage. r=romaxa 2011-04-08 11:51:32 -07:00
Jeff Muizelaar
4b4fccbd45 Bug 648446. Remove -pedantic from CFLAGS in qcms. r=khuey
-pedantic causes warnings that we don't care about
2011-04-08 11:34:16 -07:00
Blake Kaplan
5e19168a00 Finish backing out changeset 652bd0eed005 2011-04-08 15:58:42 -07:00
Blake Kaplan
8616f6a259 Backed out changeset 652bd0eed005 (bug 641342). It's causing orange. 2011-04-08 15:56:37 -07:00
Wesley Johnston
76f496b76f Bug 648268 - Add remoteXUL strings for Firefox Mobile. f=volkmar r=mfinkle 2011-04-08 15:25:39 -07:00
Mounir Lamouri
9728e409e7 Follow-up from bug 625760: define remoteXUL strings after netErrorApp.dtd include. rs=mrbkap 2011-04-08 15:20:51 -07:00
Ehsan Akhgari
02c72c47b5 Bug 645572 - Don't let the frame constructor's update count to become negative. r=sicking
--HG--
extra : rebase_source : 78cbdf15ff2d9bdd706db66176f65a3e4dc84c14
2011-04-08 14:29:34 -07:00
Blake Kaplan
721c59fd1b Bug 641342 - Treat chrome DOM objects like DOM objects. r=gal/jst
--HG--
extra : rebase_source : 6df8538f4f06a6cbe2b56943937a0f9430ee80ec
2011-04-08 14:28:24 -07:00
Blake Kaplan
786e379831 Bug 641378 - Don't try to treat an nsXPCWrappedJS as the interface we asked for. r=peterv
--HG--
extra : rebase_source : 8faddb67c5daa0c1bb52d5a5b9b5b16537b7f5f0
2011-04-08 14:28:24 -07:00
Blake Kaplan
bf58da448d Fix bug 643450. r=peterv
--HG--
extra : rebase_source : b49b5ee41b5465090ce7b6db5793174ffe2ad9be
2011-04-08 14:28:24 -07:00
Blake Kaplan
697524ea29 Bug 642022 - Deal with the return value being in a different compartment. r=gal
--HG--
extra : rebase_source : b924c99e830cdafd7e1471cf087e69cfc7e33e23
2011-04-08 14:28:24 -07:00
Blake Kaplan
f82a68b669 Bug 642026 - Enumerate standard classes. r=jst
--HG--
extra : rebase_source : a4a9630f54d398337a22ba5f75cee466ef4854db
2011-04-08 13:28:05 -07:00
Peter Van der Beken
e9a0fbcd8f Fix build bustage
--HG--
extra : rebase_source : ba745a7701c7dd5b3bda26868b10452ffa3a518a
2011-04-08 14:13:17 -07:00
Dave Huang
3ac18766a1 Bug 648511 - Firefox plugin scan doesn't find full Acrobat installation, only Acrobat reader, r=bsmedberg
--HG--
extra : rebase_source : b4a7b06a5cc4fdc8a2a16398455a1e7d35ace14e
2011-04-08 13:57:24 -07:00
Benjamin Smedberg
95a3d6d693 Bug 648593 - Remove JavaXPCOM and its build support code from the main tree, r=ted
--HG--
extra : rebase_source : 5e3a8c714bb3761ec20170789ac5fc7d5033fc11
2011-04-08 12:51:33 -07:00
Oleg Romashin
2f45dcc97f Bug 607417 - Reconcile position:fixed with async scrolling and displayport+meta-viewport. reftests r=jones.chris.g
--HG--
extra : rebase_source : 74649055179f4612dce53928f75bea55359eeeb4
2011-04-08 09:35:21 -07:00
Tatiana Meshkova
29ab414108 Bug 607417 - Part 3: Visibility tricks for fixed items r=roc
--HG--
extra : rebase_source : 7545070d6af5ef10dd4d1504f0d456ece4fd8edb
2011-04-08 09:35:16 -07:00
Oleg Romashin
e58096f576 Bug 607417 - Part 2: Reverse translation for fixed shadow layers. r=stechz
--HG--
extra : rebase_source : d390fd6440ccb93b3652cbd431e5f6484643114e
2011-04-08 09:35:13 -07:00
Ehsan Akhgari
63da2aa651 Bug 646382 - Position the caret correctly for empty BR frames; r=roc 2011-04-08 00:35:49 -07:00
Ehsan Akhgari
f62ed62de0 Bug 644428 - (Alternative approach) Clamp the baseline for every case to the context box height for inline frames; r=roc 2011-04-09 09:13:16 -07:00
Jonathan Kew
abc951c742 bug 634702 - add autorelease pool in nsNativeThemeCocoa constructor to prevent leaks during startup. r=joshmoz 2011-04-08 23:56:56 -07:00
Ehsan Akhgari
a6cda7cb5c Merge cedar into mozilla-central 2011-04-08 22:28:05 -07:00
Jonathan Kew
690e46c3bb merge backout 2011-04-08 20:30:27 -07:00