mrbkap@gmail.com
|
623c0f85b7
|
Attempt to fix leaks.
|
2007-07-09 17:24:16 -07:00 |
|
myk@mozilla.org
|
9cb8e867c4
|
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
|
9142f922fa
|
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
|
1ef0efdcd0
|
Backing out this change to see if it fixes the test failures.
|
2007-07-09 16:05:44 -07:00 |
|
mozilla.mano@sent.com
|
07b1baf1c4
|
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
|
ea9c87df34
|
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
|
5baf2ef023
|
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
|
9f3554437c
|
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
|
980c3bec0a
|
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
|
59dc6e7ce7
|
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
|
46ad308c83
|
b=387108. r=gavin. cleanup Extensions and Extension objects
|
2007-07-09 13:56:52 -07:00 |
|
dtownsend@oxymoronical.com
|
e9c156311b
|
Bug 342579: Can update an extension meant for uninstalling. r=robstrong
|
2007-07-09 13:53:20 -07:00 |
|
dbaron@dbaron.org
|
228a8081c9
|
Fix leaks by removing preference observers. b=386665 r=tony@ponderer.org
|
2007-07-09 13:53:01 -07:00 |
|
rob_strong@exchangecode.com
|
fc5455e3b3
|
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
|
a28eb9d2c1
|
Bug 387383 - unable to specify aActionList in AddonsViewBuilder updateView. r=sspitzer
|
2007-07-09 11:54:16 -07:00 |
|
rob_strong@exchangecode.com
|
912fdaca7b
|
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
|
078165780e
|
fix the signature of wWinMain (no bug). r=timeless
|
2007-07-09 11:36:26 -07:00 |
|
kairo@kairo.at
|
f1e59567b8
|
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
|
2b8ed6227c
|
bug 386632 - update to breakpad revision 195. r=mento
|
2007-07-09 11:10:24 -07:00 |
|
enndeakin@sympatico.ca
|
e4458a2792
|
Bug 387097, disable a line of the test as it fails on Mac
|
2007-07-09 11:07:33 -07:00 |
|
kairo@kairo.at
|
527fedcb19
|
bug 386903 - remove xpinstall/packager from cvs, r=bsmedberg
|
2007-07-09 10:47:04 -07:00 |
|
sdwilsh@shawnwilsher.com
|
136d9d4186
|
Bug 378696 - Remove dead search code. r=timeless, sr=neil
|
2007-07-09 09:56:42 -07:00 |
|
gavin@gavinsharp.com
|
2c923f61de
|
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
|
8a7f1e85b6
|
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
|
d97c5c5687
|
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
|
801e1e0a77
|
Bug 384006: On compatiblity update datasource receives double update
notifications. r=robstrong
|
2007-07-09 03:07:14 -07:00 |
|
dcamp@mozilla.com
|
d746712d75
|
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
|
2007-07-08 23:19:27 -07:00 |
|
sharparrow1@yahoo.com
|
41e3c663f8
|
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
|
4c812e94be
|
Bug 334408: Fix broken test. r=gavin
|
2007-07-08 20:56:44 -07:00 |
|
philringnalda@gmail.com
|
abb9b1380f
|
Bug 382947 - XMLHttpRequest should only set the charset in the Content-Type request header if we know the charset, patch by Ryan Jones <sciguyryan@gmail.com>, r=bzbarsky, sr=peterv
|
2007-07-08 19:33:07 -07:00 |
|
thunder@mozilla.com
|
e249c6ee74
|
Bug 334408: Import/export the last charset used to bookmarks.html. r=mano
|
2007-07-08 19:22:50 -07:00 |
|
bzbarsky@mit.edu
|
42ddea20ed
|
Fix build bustage with some g++ versions by not having a curly after NS_HIDDEN
for a constructor. Bug 387218, r=dmose, sr=biesi
|
2007-07-08 19:22:01 -07:00 |
|
philringnalda@gmail.com
|
19e1e8dc87
|
Bug 135567 - menu accesskeys needed for closing tabs and window in multitab cases, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mano
|
2007-07-08 19:06:25 -07:00 |
|
philringnalda@gmail.com
|
812d6a9f76
|
Bug 327748 - Bookmark Properties dialog missing keyboard accesskeys, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mano
|
2007-07-08 18:36:03 -07:00 |
|
philringnalda@gmail.com
|
15bb09c775
|
Bug 387015 - The 'Credits' button on Help -> About Dialog does not have an access key, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mano
|
2007-07-08 18:30:54 -07:00 |
|
philringnalda@gmail.com
|
9499d7fffe
|
Bug 385894 - Kill old gfx code in nsWindowsShellService, patch by Ryan Jones <sciguyryan@gmail.com>, r=gavin
|
2007-07-08 18:25:34 -07:00 |
|
philringnalda@gmail.com
|
f48d442b06
|
Bug 386854 - Bustage build fix MOX_XUL disabled, patch by romaxa <romaxa@gmail.com>, r+sr=bzbarsky
|
2007-07-08 17:58:15 -07:00 |
|
philringnalda@gmail.com
|
0611695a51
|
Bug 387067 - Quiet printfs in nsPluginHostImpl.cpp, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=jst
|
2007-07-08 17:36:33 -07:00 |
|
gavin@gavinsharp.com
|
136088fc70
|
Bug 383271: don't hold on to search engine XML documents when they're no longer needed, r=mconnor
|
2007-07-08 16:45:35 -07:00 |
|
gavin@gavinsharp.com
|
3697f7098f
|
Bug 383271: break the cycle between the search suggest component and its timer (fixes leak when using search suggestions), r=mconnor
|
2007-07-08 16:44:03 -07:00 |
|
philringnalda@gmail.com
|
08c3558b5b
|
Bug 387189 - nsMIMEInfoHandleAction type doesn't exist, patch by Mook <mook.songbird@gmail.com>, r+sr=dmose
|
2007-07-08 15:45:41 -07:00 |
|
dcamp@mozilla.com
|
41ad48abf4
|
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
|
2007-07-08 15:15:51 -07:00 |
|
dbaron@dbaron.org
|
044741fe41
|
Make ExplainLiveExpectedGarbage traverse the suspectCurrent roots, since now that it's more accurate, more graph is always better. b=387005 r=graydon
|
2007-07-08 12:26:44 -07:00 |
|
bugzilla@standard8.demon.co.uk
|
783b718459
|
Backout Bug 359716 so we can attempt to fix msys bustage
|
2007-07-08 10:36:05 -07:00 |
|
neil@parkwaycc.co.uk
|
9ac9f0b64e
|
Bug 383116 Fix for extension data source registration r=rob_strong
|
2007-07-08 03:15:11 -07:00 |
|
igor@mir2.org
|
ab560f0cb7
|
Bug 385729: objects and regexps are stored in separated tables in JSScript. r=brendan,mrbkap
|
2007-07-08 02:03:34 -07:00 |
|
bugzilla@standard8.demon.co.uk
|
0a29ba55e5
|
Bug 359716 Upgrade LDAP C-SDK to 6.0.4 release on trunk for Address Book. r/sr=mscott
|
2007-07-08 00:42:42 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
jruderman@hmc.edu
|
777ecef0f6
|
Bug 99319, Silence startup printf "Note: styleverifytree is disabled" and friends in the "disabled" case. Patch by Ryan Jones, r+sr=bzbarsky.
|
2007-07-07 16:52:59 -07:00 |
|
neil@parkwaycc.co.uk
|
eda79e7b81
|
Change column names to match what toolkit wants b=304309 r=ajschult sr=jag
|
2007-07-07 16:29:32 -07:00 |
|