sdwilsh@shawnwilsher.com
|
577bc46266
|
Backout of Bug 384526 (causes orange)
|
2007-07-10 10:23:36 -07:00 |
enndeakin@sympatico.ca
|
41ff6c93eb
|
Bug 387236, submenus not closing up entire hierarchy, r+sr=bz
|
2007-07-10 10:03:32 -07:00 |
sdwilsh@shawnwilsher.com
|
f0ad954a38
|
Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer
|
2007-07-10 09:58:17 -07:00 |
sayrer@gmail.com
|
7970b2a924
|
Bug 386878. nsSVGSVGElement needs to init its members. r+sr=tor
|
2007-07-10 09:38:00 -07:00 |
sspitzer@mozilla.org
|
b17845dde2
|
fix for bug #385990: bail out early of command updating for history queries
r=dietrich
|
2007-07-10 09:20:54 -07:00 |
peterv@propagandism.org
|
2d657de1af
|
Fix for bug 386838 (Cannot select text twice in readonly textboxes). r/sr=jst.
|
2007-07-10 08:38:30 -07:00 |
kairo@kairo.at
|
caf721ff31
|
bug 387279 - move searchplugins to locale, r=Pike sr=Neil
|
2007-07-10 08:02:59 -07:00 |
kairo@kairo.at
|
5380c3aa31
|
bug 387279 - move searchplugins to locale, r=Pike sr=Neil
|
2007-07-10 07:57:13 -07:00 |
kairo@kairo.at
|
6c6581887d
|
bug 386903 - remove xpinstall/packager from cvs, files that I missed the first time, r=bsmedberg
|
2007-07-10 07:11:16 -07:00 |
axel@pike.org
|
93323e0d84
|
bug 387437, add --app to specify application, r=KaiRo
|
2007-07-10 06:55:01 -07:00 |
mats.palmgren@bredband.net
|
db9a36b35c
|
Hold a strong ref on the script context while its JSContext is on the stack. b=380512 r+sr=jst
|
2007-07-10 06:53:01 -07:00 |
peterv@propagandism.org
|
6f05849190
|
Backing out to fix orange.
|
2007-07-10 03:54:09 -07:00 |
mozilla.mano@sent.com
|
a1b629fdd9
|
Bug 385872 - Strict warnings should only be enabled for chrome by default (in debug builds). r=jst, sr=brendan.
|
2007-07-10 01:05:54 -07:00 |
mozilla.mano@sent.com
|
5733d91a03
|
Bug 385828 - Insertion, removal and move operations of items should update the last-modified field of their containing folder. r=dietrich.
|
2007-07-10 00:57:31 -07:00 |
brendan@mozilla.org
|
d41489569b
|
to{Source,{,Locale}String} are not generic (387501, r=mrbkap).
|
2007-07-09 22:07:20 -07:00 |
bzbarsky@mit.edu
|
4d46bda6dc
|
Eliminate more callers of CheckSameOriginPrincipal in favor of
Equals/Subsumes. Bug 387212, r=mrbkap, sr=jst
|
2007-07-09 21:22:55 -07:00 |
bzbarsky@mit.edu
|
ced8f1a4b0
|
Use a Subsumes() check, not a same-origin one. r+sr=jst
|
2007-07-09 21:14:00 -07:00 |
bzbarsky@mit.edu
|
adeb9f3d40
|
Eliminate some uses of CheckSameOriginPrincipal in favor of Subsumes/Equals.
Bug 387204, r+sr=jst
|
2007-07-09 21:11:11 -07:00 |
bzbarsky@mit.edu
|
b35a654a6e
|
Backing out to fix red
|
2007-07-09 21:07:45 -07:00 |
bzbarsky@mit.edu
|
30e205dddb
|
Make sure that we push a null JSContext on the current thread's XPConnect stack
before processing events. Bug 326777, r=bsmedberg, sr=jst
|
2007-07-09 20:48:06 -07:00 |
jst@mozilla.org
|
b6a07ae185
|
Fixing tinderbox orange. r=mrbkap@gmail.com
|
2007-07-09 17:24:26 -07:00 |
mrbkap@gmail.com
|
b20818daee
|
Attempt to fix leaks.
|
2007-07-09 17:24:16 -07:00 |
myk@mozilla.org
|
1c515af443
|
bug 387495: import config in ffprocess_linux.py so Python doesn't complain when we try to reference config properties; npotb
r=rhelmer
|
2007-07-09 16:45:07 -07:00 |
mrbkap@gmail.com
|
edb5ab7d92
|
Back out this change to hopefully fix the rest of the regressions test failures (from bug 386695).
|
2007-07-09 16:34:58 -07:00 |
mrbkap@gmail.com
|
cf72287e8c
|
Backing out this change to see if it fixes the test failures.
|
2007-07-09 16:05:44 -07:00 |
mozilla.mano@sent.com
|
158bfc37f5
|
Bug 386876 - hide the always disabled 'New Bookmark...' menu item from the history sidebar. r=sspitzer.
|
2007-07-09 15:54:58 -07:00 |
jst@mozilla.org
|
4bb3476faa
|
Fixing bug 363897. Don't give error location information to script that don't have access to the location. r=mrbkap@gmail.com, sr=brendan@mozilla.org
|
2007-07-09 15:07:07 -07:00 |
mrbkap@gmail.com
|
bc4b050f93
|
Attempt to re-enable async reflow and painting in editor. bug 174823, r+sr=roc
|
2007-07-09 14:55:18 -07:00 |
mrbkap@gmail.com
|
7630d25e2b
|
Associate XPCWrappedNativeScopes with XPCContexts, like the DOM does with windows and contexts, so that we can push a context that's allowed to actually call XPCWrappedJS functions. bug 352791, r=jst sr=brendan
|
2007-07-09 14:51:57 -07:00 |
mrbkap@gmail.com
|
8a46efd79a
|
Don't create exceptions using the global object as the parent, since that's bogus, use the scope chain instead. bug 386695, r+sr=jst
|
2007-07-09 14:46:18 -07:00 |
ted.mielczarek@gmail.com
|
b1e34916fc
|
bug 383083 - post-process symbol files to add source revision numbers. re-enable --vcs-info on linux + dos2unix on symbolstore.py. r=bsmedberg
|
2007-07-09 14:37:28 -07:00 |
mark.finkle@gmail.com
|
ffd724f958
|
b=387108. r=gavin. cleanup Extensions and Extension objects
|
2007-07-09 13:56:52 -07:00 |
dtownsend@oxymoronical.com
|
6c31e9dfec
|
Bug 342579: Can update an extension meant for uninstalling. r=robstrong
|
2007-07-09 13:53:20 -07:00 |
dbaron@dbaron.org
|
f9254c5f95
|
Fix leaks by removing preference observers. b=386665 r=tony@ponderer.org
|
2007-07-09 13:53:01 -07:00 |
rob_strong@exchangecode.com
|
1446a2ddd6
|
Bug 358710 - Some UI stylecode should be moved from /content/xpinstallConfirm.css to /skin/. r=sspitzer
|
2007-07-09 11:56:54 -07:00 |
rob_strong@exchangecode.com
|
401ffc4abb
|
Bug 387383 - unable to specify aActionList in AddonsViewBuilder updateView. r=sspitzer
|
2007-07-09 11:54:16 -07:00 |
rob_strong@exchangecode.com
|
cef6f4fe25
|
Win32 installer only - Bug 387373 - nsIQTScriptablePlugin.xpt isn't added to the uninstall log. r=sspitzer
|
2007-07-09 11:45:42 -07:00 |
ted.mielczarek@gmail.com
|
4e79ab5f74
|
fix the signature of wWinMain (no bug). r=timeless
|
2007-07-09 11:36:26 -07:00 |
kairo@kairo.at
|
ca8d93cbad
|
fix MacOS X universal build bustage from bug 386903 by removing special-casing of suite to use xpinstall/packager (this has been fixed by bug 377953 for usual builds), r=bsmedberg
|
2007-07-09 11:24:29 -07:00 |
ted.mielczarek@gmail.com
|
224f89a514
|
bug 386632 - update to breakpad revision 195. r=mento
|
2007-07-09 11:10:24 -07:00 |
enndeakin@sympatico.ca
|
0fd4eaaa05
|
Bug 387097, disable a line of the test as it fails on Mac
|
2007-07-09 11:07:33 -07:00 |
kairo@kairo.at
|
323e6d022b
|
bug 386903 - remove xpinstall/packager from cvs, r=bsmedberg
|
2007-07-09 10:47:04 -07:00 |
sdwilsh@shawnwilsher.com
|
3b466211e2
|
Bug 378696 - Remove dead search code. r=timeless, sr=neil
|
2007-07-09 09:56:42 -07:00 |
gavin@gavinsharp.com
|
46e8bf86e3
|
Bug 375469: new test framework to run tests in the browser window scope, r=sayrer
|
2007-07-09 09:24:15 -07:00 |
enndeakin@sympatico.ca
|
a38d4a3d07
|
Bug 387097, colorpicker not opening properly sometimes, also add colorpicker test, r=mano
|
2007-07-09 08:16:25 -07:00 |
ginn.chen@sun.com
|
8587f0d34c
|
Bug 385326 text content in MIDAS is not accessible
fix for atk events
r=surkov.alexander
|
2007-07-09 03:17:31 -07:00 |
dtownsend@oxymoronical.com
|
8871a279ff
|
Bug 384006: On compatiblity update datasource receives double update
notifications. r=robstrong
|
2007-07-09 03:07:14 -07:00 |
dcamp@mozilla.com
|
c164c6d8ce
|
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
|
2007-07-08 23:19:27 -07:00 |
sharparrow1@yahoo.com
|
0b4640e466
|
Bug 382595: Lines across embedded svg when scrolling. Followup rounding fix. r+sr=roc
|
2007-07-08 22:04:01 -07:00 |
thunder@mozilla.com
|
4383f3d7e9
|
Bug 334408: Fix broken test. r=gavin
|
2007-07-08 20:56:44 -07:00 |