jst%mozilla.jstenback.com
265b0ff136
Fixing bug 103638 (and bug 273699). Targets with same name in different windows open in the wrong window. Patch by bzbarsky@mit.edu and myself, r=danm.moz@gmail.com, bzbarsky@mit.edu, sr=dveditz@cruzio.com, a=asa@mozilla.org
2005-01-11 19:36:40 +00:00
travis%sedsystems.ca
d2fd4767a1
Bug 276473: Show_activity merges incorrectly sometimes changesets into one changeset
...
Patch by vladd@bugzilla.org r=bugzilla@glob.com.au a=justdave
2005-01-11 17:15:44 +00:00
mostafah%oeone.com
c5c8ee1b64
Made change suggested in comment #7 of bug 276799:
...
Move inline styles from calPrintEngine.js to a css file
2005-01-11 16:51:25 +00:00
mostafah%oeone.com
9e193a5d46
Checked in patch for bug 276799:
...
Move inline styles from calPrintEngine.js to a css file
2005-01-11 16:49:59 +00:00
igor%mir2.org
d807c55305
Added check for a..b += xxx as well
2005-01-11 15:46:51 +00:00
igor%mir2.org
e114a0bed4
Test case for Rhino bug 277935
2005-01-11 15:39:51 +00:00
bsmedberg%covad.net
70727744f0
Why is package-fixup here at all? Oh well, let's fix it. Bug 273423
2005-01-11 14:52:55 +00:00
bsmedberg%covad.net
45b0024a84
There is an extra subdir, bug 273423.
2005-01-11 14:10:20 +00:00
bsmedberg%covad.net
35481c3604
Bug 273423 - Can't install themes. r+sr=ben a=asa for 1.8a6
2005-01-11 13:38:22 +00:00
igor%mir2.org
535ee87833
JavaDoc fix: refer to WrapFactory, not already removed WrapHandler
2005-01-11 10:50:36 +00:00
edburns%acm.org
df785dc1ba
This checkin provides a sketch of how I plan to re-implement the
...
NewWindowListener mechanism. Next step will be to continue to try to
get it working.
A test/automated/src/classes/org/mozilla/webclient/WindowCreatorTest.java
A test/automated/src/test/WindowCreatorTest0.html
A test/automated/src/test/WindowCreatorTest1.html
- new test, currently fails.
M build-tests.xml
- add new test, non-running
M classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java
- prep for NewWindowListener
M src_moz/WindowCreator.cpp
- sketch implementation plan. In WindowCreator.CreateChromeWindow2:
+ /*
+ Block this thread.
+
+ Call back into java and ask the user to create a top level
+ window and hand it, or an added child of it, to us. Call this
+ thing the userWindow.
+
+ Create a new BrowserControl, get its BrowserControlCanvas and
+ make it be a child of the userWindow.
+
+ Set the userWindow and the BrowserControlCanvas to visible ==
+ true. This is necessary to get the cause the underlying
+ mozilla window to be created.
+
+ java returns the C++ nativeBrowserControl to us. Cast it to a
+ native NativeBrowserControl C++ object instance. If the
+ nsIURI is non-null, cause the new window to navigate to that
+ URI. Return the NativeBrowserControl's EmbedWindow instance,
+ which is an impl of nsIWebBrowserChrome.
+
+ I'm not sure if it's safe to do all this on the same thread on
+ which mozilla calls us. I hope so.
+ */
2005-01-11 07:02:12 +00:00
jshin%mailaps.org
3bb6f2cc92
bug 275199 : Cannot reconvert with Japanist(Japanese IME) on WinNT patch by masayuki@d-toybox.com, r=ere, sr=bz, a=asa
2005-01-11 04:31:18 +00:00
jshin%mailaps.org
3678df3a9a
bug 223653 : support localized (native) font names in Xft, r=blizzard, sr=rbs, a=asa
2005-01-11 03:42:41 +00:00
bryner%brianryner.com
21cd26cdab
Don't fire onchange events twice when clicking on an input. Bug 254238, r=bzbarsky, sr=jst, a=asa.
2005-01-11 03:21:23 +00:00
mconnor%myrealbox.com
c583b057f9
bug 277847 - Stop button activated when middle clicking inside blank tab, don't invoke autoscroll for about:blank
2005-01-11 02:55:40 +00:00
mattwillis%gmail.com
63a1001a43
bug 237467
...
fill in missing tri-license block with standard OEOne information
r=mostafah
2005-01-11 00:29:54 +00:00
scott%scott-macgregor.org
7d5ff86c22
Bug #277557 --> message pane context menu throws a JS error preventing us from hiding and showing
...
appropriate context menu items.
2005-01-10 21:48:51 +00:00
scott%scott-macgregor.org
6c70c7b4da
adjust copyright date to 2005
2005-01-10 21:30:06 +00:00
pavlov%pavlov.net
bcbbbac61f
set the day view box class on the eventBoxes
2005-01-10 21:15:40 +00:00
vladimir%pobox.com
c2cab0a3f2
fix tzid generation
2005-01-10 20:22:48 +00:00
vladimir%pobox.com
a0e70632cd
updated as per mvl's suggestions, also an offset fix
2005-01-10 20:09:41 +00:00
vladimir%pobox.com
bc0ffc5270
script that generates tzdata.c
2005-01-10 19:51:37 +00:00
erik%dasbistro.com
f56cb10548
Bug 276660
...
"1st of the Month" whine generates many many copies of whine mail
Patch: erik@dasbistro.com
r=justdave, a=justdave
2005-01-10 19:31:50 +00:00
mvl%exedo.nl
2c87991aab
windows doesn't have gmtime_r
...
bug 277569
2005-01-10 19:22:25 +00:00
scott%scott-macgregor.org
cd1ec78803
Fix some more entity errors
2005-01-10 18:10:08 +00:00
vladimir%pobox.com
1094342527
fix non-debug build bustage (FORCE_PR_LOG moved to Internal.h), notpartofthebuild, r=shaver
2005-01-10 17:59:30 +00:00
mvl%exedo.nl
2561e89064
disable building old libical
...
r=shaver, bug 273447
2005-01-10 17:55:36 +00:00
pinkerton%aol.net
ae281739ca
add address book functionality for mailto: links in context menu (bug 166958)
2005-01-10 17:42:12 +00:00
cmp%mozilla.org
176199712f
Apply a fix for bug 262822 to omit select libraries from being stripped
...
during packaging for the Unix/Linux installer package.
2005-01-10 09:43:15 +00:00
scott%scott-macgregor.org
8e1c5985a0
Fix entity errors in filter and junk log dialogs
2005-01-10 08:25:47 +00:00
travis%sedsystems.ca
6388227159
One more patch to fix burning tinderbox after bug 239852 checkin
2005-01-10 07:57:54 +00:00
mconnor%myrealbox.com
438bb7b5a9
bug 277625 - Context menu Copy Email Address not unescaping, r+sr=bz, a=asa
2005-01-10 07:34:47 +00:00
travis%sedsystems.ca
ead07093d5
Another patch to resolve burning tinderbox after Bug 239852 checkin
2005-01-10 07:30:18 +00:00
timeless%mozdev.org
b156509fe0
Bug 99048 [RFE] Automatically mark newsgroup read [when leaving folder]
...
patch by mnyromyr@tprac.de r=bienvenu sr=neil a=asa
2005-01-10 07:30:01 +00:00
travis%sedsystems.ca
cb2c548e0e
Patch to resolve burning tinderbox after Bug 239852 checkin
2005-01-10 07:21:26 +00:00
travis%sedsystems.ca
7b406400f2
Bug 239852 - Documentation changes for Windows support
...
Patch by bruce.armstrong@teamsybase.com , cleaned up by travis@sedsystems.ca
r=bugzilla@glob.com.au
2005-01-10 06:31:34 +00:00
tor%cs.brown.edu
2ee09dadd6
Bug 277433 - plugin finder landing broke svg embed. r+sr=jst, a=asa
2005-01-10 05:56:13 +00:00
tor%cs.brown.edu
bf95b6e6c8
Bug 277392 - crash deleting svg object with markers. r=jwatt, a=asa
2005-01-10 05:55:03 +00:00
vladimir%pobox.com
ce595717e5
add timezone handling in output ics files. we currently output dtstart/dtend in the tz specified by the calendar.local-time-zone pref
2005-01-10 02:24:03 +00:00
vladimir%pobox.com
72da4aab89
no, the real tzdata is this one
2005-01-10 02:20:36 +00:00
vladimir%pobox.com
537a8651db
newer tzdata that builds on msvc
2005-01-10 02:16:36 +00:00
igor%mir2.org
8c1a6b5877
Less bloated implementation of Kit.semicolonSplit
2005-01-10 01:26:36 +00:00
igor%mir2.org
1b2509d0f0
Fix from Dave Russo <d-russo@ti.com>:
...
While investigating how Rhino loads Java packages I came across what
appears to be a "typo" bug in NativeJavaTopPackage.java; a missing
semicolon in a string results in minor performance degradation for
script accessing the java.lang.reflect and java.lang.io packages.
2005-01-10 01:25:26 +00:00
mvl%exedo.nl
bea86d243e
Update comments
2005-01-09 22:44:28 +00:00
cbiesinger%web.de
cb2529f861
fixing tinderbox orange
2005-01-09 22:19:32 +00:00
neil%parkwaycc.co.uk
862305b3aa
Bug 270343 JavaScript strict warning: redeclaration of var msgFolder p=gautheri@noos.fr r=me sr=bienvenu a=asa
2005-01-09 22:13:58 +00:00
bzbarsky%mit.edu
cbe2e05d5d
Make scrollbox report the correct maximum width. Bug 276286, patch by bernd,
...
r+sr=bzbarsky, a=asa
2005-01-09 21:23:43 +00:00
cbiesinger%web.de
8ab6e0d7d1
bug 264599 make unfrozen necko interfaces use 64-bit integers.
...
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
cbiesinger%web.de
e1cabe4eda
Bug 249508 disable image loading before setting a new src on image nodes when
...
saving complete web pages. r=bz sr=jst
2005-01-09 20:36:27 +00:00
mozilla.BenB%bucksch.org
a4d8543256
277657: textbox.maxLength doesn't work because of case problem (typo)
...
r+sr=Neil Rashbrook, a=asa
2005-01-09 20:15:52 +00:00