beng%bengoodger.com
e21b0adb6f
329269, more command handling cleanup for places views. make sure the right commands are enabled for items in the readonly area of the places list, and generally. make sure reload commands are enabled appropriately. also, some spit and polish for the organizer window r=annie.sullivan@gmail.com
2006-03-23 00:53:54 +00:00
brettw%gmail.com
b14449f98a
Fix bustage on Windows
2006-03-23 00:43:57 +00:00
brettw%gmail.com
b701e4aa1c
Bug 329546 r=ben@mozilla.org, annie.sullivan Separate out view from history
...
result.
2006-03-23 00:31:48 +00:00
dbaron%dbaron.org
5774d84eac
Fix clamping of scrollable area in light of ability to scroll to the left. b=330732 r+sr=roc
2006-03-23 00:13:07 +00:00
dbaron%dbaron.org
9087a4feca
Add comment about importance of view sizing. b=330732 r+sr=roc
2006-03-23 00:11:43 +00:00
dbaron%dbaron.org
94d535ffde
Fix asymmetry so things are the same with scrollbars on the left. b=330732 r+sr=roc
2006-03-23 00:11:01 +00:00
tor%cs.brown.edu
bc2b70f66e
Bug 331291 - clip setup from svg image was persistent. r=scooter
2006-03-22 23:17:26 +00:00
brettw%gmail.com
b9fc98777b
Bug 331017 r=bryner Folder IDs are re-used resulting in wrong icons.
2006-03-22 22:34:31 +00:00
brettw%gmail.com
d20523c306
Bug 329738 r=annie.sullivan Empty titles for bookmarks ignored.
2006-03-22 22:29:12 +00:00
brettw%gmail.com
3ad6271ef8
Bug 326475 r=bryner Fix signedness error in result tree update.
2006-03-22 22:26:22 +00:00
brettw%gmail.com
c07f3e257c
Bug 327818 r=bryner Make 0 days of history disable history.
2006-03-22 22:22:41 +00:00
brettw%gmail.com
f8f2e9b139
Bug 330524 r=annie.sullivan Bookmark folders with unusual options (not showing
...
everything) don't update when new subfolders are added.
2006-03-22 22:12:52 +00:00
brettw%gmail.com
f95c9f5a7c
Bug 330126 r=annie.sullivan Pages aren't marked as typed.
2006-03-22 21:58:59 +00:00
nkwan%redhat.com
6b0609fb19
bugzilla #331369 - avoid calling fromRaw which calls into a non-ECC compliant NSS function
2006-03-22 21:53:52 +00:00
bryner%brianryner.com
baf306bd06
trying to fix camino build, bug 331050
2006-03-22 21:51:57 +00:00
mrbkap%gmail.com
d7659e4716
Always innerize the variables object to ensure that random properties don't get stuck on the outer object. bug 317250, r=brendan
2006-03-22 21:44:31 +00:00
mrbkap%gmail.com
8a6fe71237
Allow flow elements to contain <noframes> for interoperability with other browsers. bug 327250, r+sr=jst
2006-03-22 21:22:25 +00:00
pedemont%us.ibm.com
bad43cf355
Bug 330701 - NS_NewPipe with default segment size ignores max size. r=darin
2006-03-22 20:42:55 +00:00
doronr%us.ibm.com
4eac5ca0f0
XForms bug 331328 - Schema changes only reflected on restart. r=aaronr,allan
2006-03-22 19:36:27 +00:00
aaronr%us.ibm.com
ff5d3f6461
[XForms] fixing required bind for all submission methods. Bug 326452, patch by sspeiche, r=doronr+allan
2006-03-22 19:27:46 +00:00
rrelyea%redhat.com
f368fa9bc8
Bug 238051 Enable SSL session reuse for ECC cipher suites
...
r=nelson r=thomas.
patch in bug + white space changes suggested by nelson.
2006-03-22 19:18:30 +00:00
rrelyea%redhat.com
5cdb03b3a0
Updated previous patch with douglas's input. (still bug 323817
...
Truncation of hashes for ECDSA should be done at bit level, not octet level).
r= vipul r=douglas
2006-03-22 19:02:06 +00:00
bryner%brianryner.com
c28e6a9665
Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.
2006-03-22 18:36:36 +00:00
bryner%brianryner.com
a6728de24f
fixing bad assertion bustage, bug 330712
2006-03-22 18:19:06 +00:00
aaronr%us.ibm.com
e0cb6fe99c
[XForms] generate xforms-link-error for help, hint, alert and message elements. Bug 300255, r=smaug+allan
2006-03-22 18:05:49 +00:00
bzbarsky%mit.edu
6a505ed594
Make nsIWidget::GetParent return a weak pointer. Bug 227489, r+sr=roc
2006-03-22 18:00:28 +00:00
kairo%kairo.at
b9ae51f9d3
bug 331189 - string changes required (in German locale) for DOMI bug 109481, additionally fix .properties file to really include strings (my local conversion script was buggy)
2006-03-22 16:30:48 +00:00
igor%mir2.org
c498b278ce
Bug 324278: Implementation of GC marking algorithm that uses constant space for
...
any kind of GC things. r=brendan
The main idea is to put a GC thing to a special "unscanned bag" instead of recursively calling GC_MARK on thing's children when C stack is slow. Then later the code loops through the bag marking the children until the bag is empty.
The unscanned bag is implemented as a linked list of GC arenas where things that belongs to the bug marked with GCF_MARK|GCF_FINAL combination. To avoid long scanning of arenas on the list, the code uses a bitmask per arena to indicate which pages within the arena contains unscanned things and an extra bitmask per page to indicate offset range withing the page of the unscanned things.
2006-03-22 15:38:43 +00:00
timeless%mozdev.org
5fc0813285
Bug 246092 nsContentPolicy caches Category list
...
patch by chpe@gnome.org r=bz sr=bz
2006-03-22 15:26:35 +00:00
gavin%gavinsharp.com
01d59f59f8
Bug 331222: context menu search no longer observes browser.tabs.loadInBackground pref; always opens in foreground, r+a=mconnor
2006-03-22 14:31:29 +00:00
timeless%mozdev.org
4f7e42c340
Bug 246092 nsContentPolicy caches Category list
...
Testing a backout to see how Tp fares.
2006-03-22 09:13:54 +00:00
dbaron%dbaron.org
6517b91848
Fix indexing botch. Patch from Mikolaj J. Habryn <dichro-mozilla@rcpt.to>. r=kengert sr=dbaron b=330897
2006-03-22 07:40:40 +00:00
mrbkap%gmail.com
560d395290
I didn't mean to check this in.
2006-03-22 07:29:49 +00:00
dbaron%dbaron.org
61ad00e935
Use __builtin_frame_address instead of poking into setjmp's jmp_buf to start the stack trace. b=323853 r+sr=bryner
2006-03-22 07:29:45 +00:00
mrbkap%gmail.com
b3bb519d0d
Used standard IO functions in snarf so that things work equally well on Linux and Windows. No bug, patch by Brendan, r=mrbkap
2006-03-22 07:26:31 +00:00
dbaron%dbaron.org
100e627bba
Make all target do tools pass. b=330659 r=bsmedberg sr=darin
2006-03-22 07:24:46 +00:00
dbaron%dbaron.org
e060297bba
Fix backwards pointers. b=330855 r=doron sr=jst
2006-03-22 07:16:55 +00:00
dbaron%dbaron.org
7cc4f789c5
Avoid potential problems initializing attributes to -1. b=192767 r+sr=roc
2006-03-22 07:10:31 +00:00
mrbkap%gmail.com
a7a0806c2a
Fixing some silliness from my last checkin, tokenstr takes a tokentype, not the token itself. r=brendan
2006-03-22 06:23:59 +00:00
bryner%brianryner.com
c7a4820900
#ifdef'ing new include for the branch
2006-03-22 04:59:11 +00:00
timeless%mozdev.org
892ff8b5fa
Bug 330985 login_required_for_pronoun doesn't make sense
...
r=lpsolit a=myk
2006-03-22 04:42:27 +00:00
timeless%mozdev.org
d0a1b8a7f2
Bug 330837 Fix sudo_in_progress to not say "an sudo"
...
patch by gijskruitbosch+bugs@gmail.com r=lpsolit a=myk
2006-03-22 04:41:00 +00:00
timeless%mozdev.org
7f0dba08c2
Bug 331003 auth_failure uses "put people in or out"
...
r=mkanat a=myk
2006-03-22 04:39:34 +00:00
timeless%mozdev.org
f3d012ac34
Bug 330996 component_not_valid could be improved
...
r=lpsolit a=myk
2006-03-22 04:38:02 +00:00
timeless%mozdev.org
312d57c2e2
Bug 331004 alias_is_numeric uses 'another' which to me implies a real one was given/accepted
...
r=lpsolit a=myk
2006-03-22 04:33:04 +00:00
jshin%mailaps.org
0f4a52954a
bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg
2006-03-22 04:26:30 +00:00
joe%retrovirus.com
4f0ad9bcfa
This submission is a roll-up of three patches developed & approved during
...
the branch freeze:
330052 add bookmark dialog should have a default folder selected
329792 remove dead code for old tag-style folder selector in bookmark properties
330023 allow for editing of folder names
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-03-22 03:36:41 +00:00
mrbkap%gmail.com
3acf1716d9
Handle assignment inside the then part of ternary expressions correctly according to the ECMAScript grammar. bug 330975, r=brendan
2006-03-22 03:00:03 +00:00
bryner%brianryner.com
7d279f4e5c
Generate a client ID and send it in an HTTP header (bug 330712) r=darin
2006-03-22 02:53:05 +00:00
scott%scott-macgregor.org
bcfda251cf
Bug #330615 --> override -moz-margin-end for several toolbarbutton-icons so our close buttons don't get offset by 5 pixels. Fall out from using winstripe in toolkit
2006-03-22 02:16:09 +00:00